-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
Won't FixThis will not be worked onThis will not be worked on
Description
Some projects that use ZendFramework still support old php versions.
For example PHPOffice / PHPWord >= php 5.3
BC Break Report
Summary
laminas-zendframework-bridge require >= 5.6 and is required even in old tags just rewrited to laminas (great job btw), tags used by older php versions
Previous behavior
Old php 5.3 - 5.5 projects use old tags of ZendFramework, whichout additional dependencies.
Current behavior
After switch to Laminas, every tag in every laminas repo require this project,
- laminas/laminas-escaper 2.2.0 requires laminas/laminas-zendframework-bridge ^1.0 -> satisfiable by laminas/laminas-zendframework-bridge[1.0.0].
...
- laminas/laminas-zendframework-bridge 1.0.0 requires php ^5.6 || ^7.0 -> your PHP version (5.3.29) does not satisfy that requirement.
- Installation request for laminas/laminas-escaper ^2.2 -> satisfiable by laminas/laminas-escaper[2.2.0, 2.2.1, 2.2.10, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 2.2.9, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8, 2.3.9, 2.4.0, 2.4.1, 2.4.10, 2.4.11, 2.4.12, 2.4.13, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8, 2.4.9, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.6.1].
How to fix
Change requirements in composer to php >=5.3
Metadata
Metadata
Assignees
Labels
Won't FixThis will not be worked onThis will not be worked on