-
Notifications
You must be signed in to change notification settings - Fork 4
/
.composer-require-checker.json
33 lines (33 loc) · 1.75 KB
/
.composer-require-checker.json
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",
"self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
"BUILD", "VERSION", "TL_MODE",
"Composer\\InstalledVersions",
"ContaoCommunityAlliance\\DcGeneral\\ContaoFrontend\\View\\WidgetManager",
"ContaoCommunityAlliance\\DcGeneral\\Contao\\Compatibility\\DcCompat",
"ContaoCommunityAlliance\\DcGeneral\\Contao\\View\\Contao2BackendView\\ContaoWidgetManager",
"ContaoCommunityAlliance\\DcGeneral\\DC\\General",
"ContaoCommunityAlliance\\DcGeneral\\DataContainerInterface",
"ContaoCommunityAlliance\\DcGeneral\\DataDefinition\\Definition\\PropertiesDefinitionInterface",
"ContaoCommunityAlliance\\DcGeneral\\DataDefinition\\Definition\\Properties\\DefaultProperty",
"ContaoCommunityAlliance\\DcGeneral\\DataDefinition\\Definition\\Properties\\PropertyInterface",
"ContaoCommunityAlliance\\DcGeneral\\Data\\ModelId",
"ContaoCommunityAlliance\\DcGeneral\\Data\\ModelInterface",
"ContaoCommunityAlliance\\DcGeneral\\EnvironmentInterface",
"ContaoCommunityAlliance\\DcGeneral\\Exception\\DcGeneralRuntimeException",
"ContaoCommunityAlliance\\DcGeneral\\Factory\\Event\\BuildDataDefinitionEvent",
"Contao\\ManagerBundle\\ContaoManagerBundle",
"Contao\\ManagerPlugin\\Bundle\\BundlePluginInterface",
"Contao\\ManagerPlugin\\Bundle\\Config\\BundleConfig",
"Contao\\ManagerPlugin\\Bundle\\Parser\\ParserInterface",
"Contao\\ManagerPlugin\\Config\\ConfigPluginInterface",
"Contao\\ManagerPlugin\\Routing\\RoutingPluginInterface",
"DC_General",
"Monolog\\Logger",
"Psr\\Log\\LogLevel",
"Symfony\\Contracts\\EventDispatcher\\Event",
"Symfony\\Contracts\\Translation\\TranslatorInterface"
]
}