Kevin Kaniaburka
69ed3e7b47
[Maintenance] Fix HTTP Client deprecations
2023-04-27 13:36:06 +02:00
Kevin Kaniaburka
b15cd4c1db
Use Http\Client\HttpClient service instead of HttplugClient explicitly
2023-04-27 13:36:05 +02:00
Jakub Tobiasz
df124bc5ff
Remove possibility to add Stripe as a payment method when package is missing
2023-02-14 08:36:07 +01:00
Jan Goralski
254682f9a5
[Maintenance] Bring back swiftmailer-based tests in packages
2022-10-05 10:36:10 +02:00
Jan Goralski
18c888a6a9
Fix static checks on symfony 6 - continuation
2022-10-05 10:36:05 +02:00
Grzegorz Sadowski
ab96ab82c8
[Maintenance] Exclude API Platform services in ComposerRequireChecker
2022-09-30 12:16:36 +02:00
Kevin Kaniaburka
36374223b2
[Maintenance] Introduce Flysystem
...
Co-authored-by: Jakub Tobiasz <jakub.tobiasz@icloud.com>
2022-09-15 15:42:36 +02:00
Jakub Tobiasz
a5b19e9f86
Move all logic checking if database is mysql to AbstractMySqlMigration
2022-07-13 12:18:30 +02:00
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