mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
hwi/oauth-bundle is an optional dependency because its symbols are used by Sylius\Bundle\CoreBundle\OAuth\UserProvider which in turn is used only if configured. IMHO this could be improved by extracting this feature in a separate dependency, See: * https://docs.sylius.com/en/1.9/cookbook/shop/facebook-login.html * https://github.com/Sylius/Sylius/pull/10664#discussion_r334418975
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
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",
|
|
"Behat\\Behat\\Tester\\ScenarioTester",
|
|
"Behat\\Behat\\Tester\\ServiceContainer\\TesterExtension",
|
|
"Behat\\Gherkin\\Node\\FeatureNode",
|
|
"Behat\\Gherkin\\Node\\ScenarioInterface",
|
|
"Behat\\Gherkin\\Node\\ScenarioNode",
|
|
"Behat\\Testwork\\Environment\\Environment",
|
|
"Behat\\Testwork\\ServiceContainer\\Extension",
|
|
"Behat\\Testwork\\ServiceContainer\\ExtensionManager",
|
|
"Behat\\Testwork\\Suite\\Exception\\ParameterNotFoundException",
|
|
"Behat\\Testwork\\Tester\\Result\\TestResult",
|
|
"Behat\\Testwork\\Tester\\Setup\\Setup",
|
|
"Behat\\Testwork\\Tester\\Setup\\Teardown",
|
|
"HWI\\Bundle\\OAuthBundle\\Connect\\AccountConnectorInterface",
|
|
"HWI\\Bundle\\OAuthBundle\\OAuth\\Response\\UserResponseInterface",
|
|
"HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\OAuthAwareUserProviderInterface"
|
|
],
|
|
"php-core-extensions" : [
|
|
"Core",
|
|
"date",
|
|
"pcre",
|
|
"Phar",
|
|
"Reflection",
|
|
"SPL",
|
|
"standard"
|
|
],
|
|
"scan-files" : []
|
|
}
|