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

Added support for PHP 8.1 and dropped PHP 7.2 #29

Closed driehle closed 2 years ago

driehle commented 2 years ago

This PR drops support for PHP 7.2. Once support for PHP 7.2 is dropped, the required dependencies can all be updated to add support for PHP 8.1, hence, this PR provides support for PHP 8.1.

Essentially, the library itself remains unchanged. The only change is a small change in the test cases which was required because a deprecated message regarding prophesize (see sebastianbergmann/phpunit#4141) arised when upgrading from PHPunit 8.5 to 9.5.

driehle commented 2 years ago

This should obviously target 2.2.x, but that branch doesn't exist yet.

TomHAnderson commented 2 years ago

22 has been merged.

driehle commented 2 years ago

Rebased on latest 2.2.x

HeyRatFans commented 2 years ago

Apologies for not responding, I've been sick last few days. Really happy to see it got merged though. Thanks!

driehle commented 2 years ago

No worries, get well soon! :-)