laminas / laminas-view

Flexible view layer supporting and providing multiple view layers, helpers, and more
https://docs.laminas.dev/laminas-view/
BSD 3-Clause "New" or "Revised" License
74 stars 46 forks source link

Remove support for PHP 8.0. Bump ServiceManager to 3.21.x #205

Closed gsteel closed 1 year ago

gsteel commented 1 year ago
Q A
New Feature yes
QA yes

Description

Includes commits from #201

Works around a BC break relating to tests introduced in laminas-servicemanager 3.21 where a protected method was made static.

Resolves SA issues introduced by the PHP upgrade and baselines other (currently) unfixable SA issues