TYPO3 / coding-standards

TYPO3 Coding Standards to be used by TYPO3 projects or extensions
MIT License
52 stars 16 forks source link

[FEATURE] Add support for Symfony v7 components #119

Closed eliashaeussler closed 7 months ago

eliashaeussler commented 7 months ago

This PR extends version constraints to support Symfony v7 components. In addition, the overtrue/phplint package was updated to a more recent version that supports Symfony v7 as well.

Next to the version constraint updates, the following code modifications were necessary:

eliashaeussler commented 7 months ago

@bmack I think it would be great to merge #122 first. This would allow us to test with Symfony v7 against PHP 8.3 as well.

bmack commented 7 months ago

thank you. once CI is green, I will create a new release

eliashaeussler commented 7 months ago

Thank you for the merge, Benni! 💛