PayumBundle
PayumBundle copied to clipboard
feat: support symfony 7
https://github.com/Payum/PayumBundle/issues/552
Except from "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.4", This needs more work.
omnipay-common does not yet support symfony 7. https://github.com/thephpleague/omnipay-common/pull/264
Now that you updated Omnipay, how does it look for some Symfony 7 support? :)
It did a copy of the branch and it did work in production. https://github.com/Chris53897/PayumBundle/tree/feature/support-symfony-7-srt
To make it stable for the ci, and safe to merge, it would be great to have a new release of https://github.com/thephpleague/omnipay-common Update: Release is now available
Now there is an installable set in the CI.
@pierredup It would be great if you can have a look and tell me which steps (and order) should we take to have full symfony 7 support.
Thanks @Chris53897!