You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to install via composer, running PHP 8.1+
Current behavior
Problem 1
- Root composer.json requires laminas-api-tools/api-tools-doctrine 2.4.0 -> satisfiable by laminas-api-tools/api-tools-doctrine[2.4.0].
- laminas-api-tools/api-tools-doctrine 2.4.0 requires php ^7.3 || ~8.0.0 -> your php version (8.1.13) does not satisfy that requirement.
How to reproduce
Run PHP 8.1+ and run composer require laminas-api-tools/api-tools-doctrine waiting project root.
Expected behavior
Package to install without PHP version error.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
Attempting to install via composer, running PHP 8.1+
Current behavior
Problem 1
- Root composer.json requires laminas-api-tools/api-tools-doctrine 2.4.0 -> satisfiable by laminas-api-tools/api-tools-doctrine[2.4.0].
- laminas-api-tools/api-tools-doctrine 2.4.0 requires php ^7.3 || ~8.0.0 -> your php version (8.1.13) does not satisfy that requirement.
How to reproduce
Run PHP 8.1+ and run composer require laminas-api-tools/api-tools-doctrine waiting project root.
Expected behavior
Package to install without PHP version error.
The text was updated successfully, but these errors were encountered: