-
Notifications
You must be signed in to change notification settings - Fork 2
/
.composer-require-checker.json
28 lines (28 loc) · 1.39 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
{
"symbol-whitelist": [
"array", "bool", "false", "int", "null", "self", "static", "parent", "string", "true", "void", "mixed",
"ampersand", "array_insert", "array_is_assoc", "nl2br_html5", "TL_ERROR",
"BackendTemplate",
"ContaoCommunityAlliance\\Contao\\Bindings\\ContaoEvents",
"ContaoCommunityAlliance\\Contao\\Bindings\\Events\\Widget\\GetAttributesFromDcaEvent",
"Contao\\ManagerBundle\\ContaoManagerBundle",
"Contao\\ManagerPlugin\\Bundle\\BundlePluginInterface",
"Contao\\ManagerPlugin\\Bundle\\Config\\BundleConfig",
"Contao\\ManagerPlugin\\Bundle\\Parser\\ParserInterface",
"Doctrine\\DBAL\\ArrayParameterType",
"Doctrine\\DBAL\\Connection",
"Doctrine\\DBAL\\Platforms\\AbstractPlatform",
"FrontendUser",
"Psr\\EventDispatcher\\EventDispatcherInterface",
"Symfony\\Component\\Config\\FileLocator",
"Symfony\\Component\\DependencyInjection\\ContainerBuilder",
"Symfony\\Component\\DependencyInjection\\Extension\\Extension",
"Symfony\\Component\\DependencyInjection\\Loader\\YamlFileLoader",
"Symfony\\Component\\Filesystem\\Filesystem",
"Symfony\\Component\\HttpFoundation\\Request",
"Symfony\\Component\\HttpFoundation\\RequestStack",
"Symfony\\Component\\HttpKernel\\Bundle\\Bundle",
"Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface",
"Symfony\\Contracts\\Translation\\TranslatorInterface"
]
}