mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
swiftmailer/swiftmailer is already required but has a PSR-0 autoloading which is not supported by ComposerRequireChecker.
28 lines
972 B
JSON
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" : []
|
|
}
|