mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingExceptionListener uses two class from symfony/http-kernel that have been removed in version 5. So currently Sylius it's not really compatible with both symfony/http-kernel 4 and 4: this MUST be fixed.
27 lines
951 B
JSON
27 lines
951 B
JSON
{
|
|
"symbol-whitelist" : [
|
|
"null", "true", "false",
|
|
"static", "self", "parent",
|
|
"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",
|
|
"Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent",
|
|
"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener"
|
|
],
|
|
"php-core-extensions" : [
|
|
"Core",
|
|
"date",
|
|
"pcre",
|
|
"Phar",
|
|
"Reflection",
|
|
"SPL",
|
|
"standard"
|
|
],
|
|
"scan-files" : []
|
|
}
|