chris
chris
I suggest to bump the minimum required version from Symfony 5.3 to 5.4 LTS. https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/.github/workflows/ci.yml#L17 As there are no Tests for 4.4. Can we add testruns for 4.4 or better...
migrate phpunit.xml.dist to version 10 allow PHPUnit 11 The change to Attributes, is to fix the deprecation warnings from PHPUnit 11 Maybe it is already time to drop support for...
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
add testruns for PHP 8.3 https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
There is probalby more work todo
This helps the IDE (in my case PhpStorm) to read the code. Please have a look if you find it useful and is correct.
https://github.com/symfony/symfony/issues/51339 I am not sure which branch to chose. It is not a bug, not a new feature. https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/Console/Input/Input.php#L83
bump github action versions