-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.composer-require-checker.json
More file actions
33 lines (33 loc) · 1.42 KB
/
Copy path.composer-require-checker.json
File metadata and controls
33 lines (33 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"symbol-whitelist": [
"null", "true", "false",
"static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
"Contao\\ManagerPlugin\\Bundle\\BundlePluginInterface",
"Contao\\ManagerPlugin\\Bundle\\Parser\\ParserInterface",
"Contao\\ManagerPlugin\\Bundle\\Config\\BundleConfig",
"Contao\\NewsBundle\\ContaoNewsBundle",
"Contao\\CalendarBundle\\ContaoCalendarBundle",
"Contao\\FaqBundle\\ContaoFaqBundle",
"Contao\\NewsModel",
"Contao\\NewsArchiveModel",
"Contao\\ModuleNews",
"Contao\\CalendarModel",
"Contao\\CalendarEventsModel",
"Contao\\FaqModel",
"Contao\\FaqCategoryModel",
"TL_MODE",
"Hofff\\Contao\\SocialTags\\Data\\Data",
"Hofff\\Contao\\SocialTags\\Data\\Extractor\\AbstractExtractor",
"Hofff\\Contao\\SocialTags\\Data\\OpenGraph\\OpenGraphImageData",
"Hofff\\Contao\\SocialTags\\Data\\OpenGraph\\OpenGraphType",
"Hofff\\Contao\\SocialTags\\Util\\TypeUtil",
"Codefog\\NewsCategoriesBundle\\CodefogNewsCategoriesBundle",
"Codefog\\NewsCategoriesBundle\\Model\\NewsCategoryModel",
"Codefog\\NewsCategoriesBundle\\NewsCategoriesManager",
"Codefog\\NewsCategoriesBundle\\FrontendModule\\NewsCategoriesModule",
"Terminal42\\DcMultilingualBundle\\Driver",
"Terminal42\\DcMultilingualBundle\\Model\\Multilingual",
"Terminal42\\DcMultilingualBundle\\Model\\MultilingualTrait"
]
}