thephpleague / container

Small but powerful dependency injection container

Home Page:http://container.thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[2.x] Add support for PHP 8

Chi-teck opened this issue · comments

commented

PHP 8 support for 3.x branch has been added in #205
However many projects are still using version 2.x. For instance current stable version of Robo.

The funny thing here is that Composer downgrades this package to version 2.2.0 when resolving dependencies on PHP 8. That's possible because version 2.2.0 is formally compatible with PHP 8.

Going to do some housekeeping this week, will sort all versioning and support out with that and get patch releases out when they're done.

Support for PHP8 has been added to 2.x, however, I strongly recommend upgrading to 3.x or the upcoming 4.x