Sylius/composer-require-checker.json
Manuele Menozzi e09551c016 Whitelist symfony/http-kernel 4 symbols
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.
2022-01-21 09:06:31 +01:00

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" : []
}