Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade all dependencies to versions supporting Symfony 5 #12084

Merged
merged 27 commits into from Jan 11, 2021

Conversation

pamil
Copy link
Contributor

@pamil pamil commented Nov 24, 2020

Related to #10928, will make those records green:

  • friendsofsymfony/rest-bundle
  • jms/serializer-bundle
  • sylius/resource-bundle
  • sylius/grid-bundle
  • white-october/pagerfanta-bundle
  • willdurand/hateoas
  • willdurand/hateoas-bundle
  • winzou/state-machine-bundle
  • doctrine/doctrine-bundle
  • doctrine/doctrine-cache-bundle
  • friendsofsymfony/oauth-server-bundle

Closes #11640, closes #11629, closes #11775, closes #11804, fixes #11301.

@pamil pamil requested a review from a team as a code owner November 24, 2020 19:50
@pamil pamil force-pushed the resource-grid branch 2 times, most recently from b9d27ea to 6452d64 Compare November 24, 2020 22:14
@probot-autolabeler probot-autolabeler bot added Documentation Documentation related issues and PRs - requests, fixes, proposals. Maintenance CI configurations, READMEs, releases, etc. labels Nov 24, 2020
@pamil pamil changed the base branch from master to 1.8 November 24, 2020 22:26
@pamil pamil changed the base branch from 1.8 to master November 24, 2020 22:26
@pamil pamil force-pushed the resource-grid branch 5 times, most recently from 06704fd to 82ff7a0 Compare November 30, 2020 16:34
@pamil pamil force-pushed the resource-grid branch 5 times, most recently from 84ba5f2 to f3a44d5 Compare December 7, 2020 13:16
@pamil pamil marked this pull request as draft December 7, 2020 14:06
@pamil pamil force-pushed the resource-grid branch 2 times, most recently from fdb1877 to bce839f Compare December 9, 2020 09:51
@pamil pamil marked this pull request as ready for review December 9, 2020 11:43
@pamil pamil added the Symfony 5 label Dec 9, 2020
@pamil pamil force-pushed the resource-grid branch 4 times, most recently from 54cb0a0 to fd95b5c Compare December 10, 2020 18:48
@pamil pamil merged commit 2f00c94 into Sylius:master Jan 11, 2021
@pamil pamil deleted the resource-grid branch January 11, 2021 17:33
pamil added a commit that referenced this pull request Jan 21, 2021
This PR was merged into the 1.9-dev branch.

Discussion
----------

Based on #12084.

Commits
-------

3384d30 Allow for Symfony ^4.4 || ^5.2
6b9a46e Include Symfony ^5.2 in the matrix
3077b3d Remove usage of removed Event class
31a10b0 [User] Requrie symfony/security-core instead of symfony/security
326d38f Fix bugs reported by Psalm
333c4e2 [CI] Restrict Symfony version correctly
db4d4f8 [AddressingBundle] Fix compatibility with Symfony 5
e35a3a0 [ChannelBundle] Fix compatibility with Symfony 5
2655e7f [OrderBundle] Partially fix compatibility with Symfony 5
447e865 [CI] Mark Symfony ^5.2 builds as experimental
15696e3 Allow for gedmo/doctrine-extensions ^3.0
ec688e7 Make installable with Symfony ^5.2
8d5b9c7 Require symfony/string:^5.2, it's used by StringInflector
0c2cb8e Require sylius-labs/association-hydrator:^1.1.3
14869ea [Psalm] Do not fail on invalid docblock in \Doctrine\ORM\EntityRepository::__construct
bcf9be8 [Psalm] Ignore missing Symfony\Bundle\FrameworkBundle\Templating\EngineInterface
11303b6 Use tweaked DoctrineStorage for Payum that accepts new Doctrine Persistence API
81178e9 Use sylius-labs/polyfill-symfony-security to account for removed AdvancedUserInterface
8144de2 [Psalm] Improve configuration
f0df509 Remove use of deprecated method Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException
a419508 [Psalm] Improve configuration
25b3874 Use sylius-labs/polyfill-symfony-framework-bundle to account for removed ContainerAwareCommand
e6170fe [Psalm] Fix configuration for Symfony ^4.4 deprecations
a36c90e Remove unnecessary Twig routes in dev environment
aa1d930 Rename "message_bus" service to "messenger.default_bus" to comply with Symfony 5.2
11d9f9a Make commands' execute() always return int
0714e77 Fix packages builds by requiring SyliusLabs polyfill libraries
d683ad6 [ApiBundle] Fix event dispatcher usage
1033ef3 [ApiBundle] Fix ViewEvent mocking in specs
18a4748 [Core] Require symfony/mime explicitly
468d71f [UiBundle] Replace templating with Twig in specs
5cfc2b6 [ShopBundle] Fix event dispatcher usage
3187650 [CoreBundle] Fix InteractiveLoginEvent mocks
0c28301 [UserBundle] Fix InteractiveLoginEvent mocks
2d65663 Remove unnecessary "sylius.translator.listener" service
c9ffd51 [CoreBundle] Fix mocks of ExceptionEvent in tests
bd41054 [CoreBundle] Prevent from polluting the filesystem with test application cache and logs
75f070f [CoreBundle] Ignore PHPUnit result cache in Git
16e99fe [CoreBundle] Fix payment method fixture configuration test
a74f084 Require sylius/theme-bundle ^2.1.1 which supports Symfony 5
a32efb3 Do not pass int form keys, cast them to string instead
beb4142 Fix all the rest of event dispatcher calls
ca218e6 Account for plain password being null in Symfony 5
ac2d41a Fix ZoneType choice_filter
c03b3f6 Do not use integer keys in forms - ChangePaymentMethodType
f5f9284 Make index.php compatible with Symfony 5
cf2b90e Fix products edit page by not rendering the same field twice
c18f11e Fix inifite loop caused by form widget theme block rendering itself
e9e191b Fix redirects using Symfony's RedirectController
9a6e0d4 [PayumBundle] Fix application crash while capturing payments
eb40b5a [ApiBundle] Fix the issue with too few arguments passed to has* methods
fdb07fa [Behat] Fix theme-related tests
a91875c [CI] Remove marking Symfony 5.2 builds as experimental
9f20636 [PayumBundle] Remove commented out code from PayumExtension
e6ae947 Delete debugging code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation related issues and PRs - requests, fixes, proposals. Maintenance CI configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for JMS serializer 3.0
6 participants