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

Version 3 #545

Open Chris53897 opened 1 year ago

Chris53897 commented 1 year ago

feat: drop support of symfony 4, drop support of php 7.4, remove deprecated functions

First step towards version 3. Yes i know the plan is to update payum too, and integrate the changes here.

Maybe a new branch from master for version 3?

Chris53897 commented 1 year ago

Updated Docs, Changelog, add PhpStan and fix some PhpStan Warnings.

Chris53897 commented 1 year ago

@pierredup Thanks for having a look and the good guidance. Of course i loved to upgrade to 8.1 and symfony 6.

With "payum/core": "^1.7.3", as lowest version we can get rid of "psr/log": "^1 || ^2", "doctrine/orm": "^2.9", https://www.doctrine-project.org/2021/05/24/orm2.9.html

I will try to have a look with sonata integration in an different PR.