laminas / laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins
https://docs.laminas.dev/laminas-mvc/
BSD 3-Clause "New" or "Revised" License
142 stars 51 forks source link

Bump minimum php to 8 #133

Closed Xerkus closed 2 years ago

Xerkus commented 2 years ago
Q A
Documentation no
Bugfix no
BC Break no
New Feature no
RFC no
QA yes

Description

PHP 7.4 is EOL in 2 months. Bump PHP for the next major to 8. Apply coding standard fixes with PHP 8 syntax.

Psalm fails for previously undetected incompatibility with PHP 8 in lazy controller factory. This is going to be addressed for 3.x

Ocramius commented 2 years ago

Failures to be checked