laminas / laminas-servicemanager

Factory-Driven Dependency Injection Container
https://docs.laminas.dev/laminas-servicemanager/
BSD 3-Clause "New" or "Revised" License
154 stars 57 forks source link

PHP8.4 Support Added #240

Closed cod43156 closed 1 month ago

cod43156 commented 1 month ago
Q A
Documentation yes/no
Bugfix yes/no
BC Break yes/no
New Feature yes/no
RFC yes/no
QA yes/no
boesing commented 1 month ago

FYI you can safely drop the psalm plugin as it does not work anymore.

gsteel commented 1 month ago

This patch is no longer necessary @cod43156

We added PHP 8.4 support to the 3.x series in #243 and released 3.23.0 - Support in the 4.x series will be merged via #246 and released as 4.3.0 in due course.

Thanks for the help!