laminas / laminas-servicemanager

Factory-Driven Dependency Injection Container

Home Page:https://docs.laminas.dev/laminas-servicemanager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect PHP version constraint

hschletz opened this issue · comments

According to documentation, 3.6 and later require PHP 7.4 or later, but the package has an inadequate version constraint:

"php": "^7.3 || ~8.0.0",

This makes the package installable with PHP 7.3 when it shouldn't. The constraint should be updated.

Could you provide a link to the mentioned documentation?
The package is fully tested on PHP 7.3 and thus indeed functional aswell.
So the constraint is absolutely correct as you can see in the CI pipeline.

Do you have any problems on 7.3?

Sorry, just noticed that. Mentioning both in the same release notes is a bit confusing...