Payum / PayumBundle

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
https://payum.forma-pro.com/
MIT License
565 stars 143 forks source link

feat: support symfony 7 #555

Closed Chris53897 closed 3 months ago

Chris53897 commented 5 months ago

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

cyraid commented 5 months ago

Now that you updated Omnipay, how does it look for some Symfony 7 support? :)

Chris53897 commented 5 months ago

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

Chris53897 commented 4 months ago

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.

pierredup commented 3 months ago

Thanks @Chris53897!