Sylius/composer-require-checker.json
Manuele Menozzi 963b923166 Whitelist Swift_Message in ComposerRequireChecker config
swiftmailer/swiftmailer is already required but has a PSR-0
autoloading which is not supported by ComposerRequireChecker.
2022-01-21 09:06:31 +01:00

28 lines
972 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",
"Swift_Message"
],
"php-core-extensions" : [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard"
],
"scan-files" : []
}