Commit graph

8 commits

Author SHA1 Message Date
Manuele Menozzi
f43c86cc5c Remove broken methods from Sylius < 1.3 old Kernel class (#13524) 2022-02-04 22:14:46 +01:00
Manuele Menozzi
39181f558f Remove Symfony 4 circular dep exception listener fix (#13525) 2022-01-24 12:58:11 +01:00
Manuele Menozzi
5d4765e483 Whitelist hwi/oauth-bundle symbols
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
2022-01-21 09:21:10 +01:00
Manuele Menozzi
d002e9a33f Whitelist some Behat symbols used in ApiBundle
The experimental Sylius\Bundle\ApiBundle\Behat\Extension\SyliusApiBundleExtension
and its Sylius\Bundle\ApiBundle\Behat\Tester\ApiScenarioEventDispatchingScenarioTester
are using some Behat symbols and Behat is, of course, not required.

I don't know if this experimental ApiBundle extension is used or
not. Anyway this MUST be fixed.
2022-01-21 09:06:31 +01:00
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
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
Manuele Menozzi
30c42ff5a4 Whitelist symbols used by old Kernel in ComposerRequireChecker config 2022-01-21 09:06:28 +01:00
Manuele Menozzi
95685ce3b9 Use custom config of composer-require-checker 2022-01-21 07:53:45 +01:00