doctrine / doctrine-laminas-hydrator

Doctrine hydrators for Laminas applications
https://www.doctrine-project.org/projects/doctrine-laminas-hydrator.html
MIT License
33 stars 19 forks source link

PHP 8.2 Support for 2.2.x versions #78

Closed rogervila closed 1 year ago

rogervila commented 1 year ago

This PR adds PHP 8.2 support to 2.2.x versions without adding any other breaking changes.

driehle commented 1 year ago

Thank you for your effort. We do, however, define support for new PHP versions as well as dropping support for PHP versions als features. Hence, such changes can only go in minor releases and not it bugfix releases according to semver.

In consequence, there is no way in adding PHP 8.2 to the 2.2.x series, as that would break semantic versioning.