pheature-flags / pheature-flags

Pheature flags main repository
https://pheatureflags.io
BSD 3-Clause "New" or "Revised" License
81 stars 4 forks source link

[pheature-flags] Add PHP 8.1 support #321

Closed kpicaza closed 2 years ago

kpicaza commented 3 years ago

Today the PHP 8.1RC4 was released, we have to update our composer.json files to support both 7.4, 8.0, and 8.1 at least since the lowest version has support.

we can check how Laminas is applying for example for Mezzio framework:

image