mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Whitelist symbols used by old Kernel in ComposerRequireChecker config
This commit is contained in:
parent
b33c696ee6
commit
30c42ff5a4
1 changed files with 9 additions and 1 deletions
|
|
@ -2,7 +2,15 @@
|
|||
"symbol-whitelist" : [
|
||||
"null", "true", "false",
|
||||
"static", "self", "parent",
|
||||
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never"
|
||||
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
|
||||
"Symfony\\Bundle\\DebugBundle\\DebugBundle",
|
||||
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle",
|
||||
"Symfony\\Bundle\\WebServerBundle\\WebServerBundle",
|
||||
"Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle",
|
||||
"Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle",
|
||||
"Sonata\\CoreBundle\\SonataCoreBundle",
|
||||
"Sonata\\IntlBundle\\SonataIntlBundle",
|
||||
"PSS\\SymfonyMockerContainer\\DependencyInjection\\MockerContainer"
|
||||
],
|
||||
"php-core-extensions" : [
|
||||
"Core",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue