-
-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Bug Report
Summary
Cannot install via Composer on PHP version 8.0.12
Current behavior
Problem 1
- laminas-api-tools/api-tools-admin is locked to version 1.10.0 and an update of this package was not requested.
- laminas-api-tools/api-tools-admin 1.10.0 requires php ^7.3 -> your php version (8.0.12) does not satisfy that requirement.
Problem 2
- laminas/laminas-console is locked to version 2.8.0 and an update of this package was not requested.
- laminas/laminas-console 2.8.0 requires php ^5.6 || ^7.0 -> your php version (8.0.12) does not satisfy that requirement.
Problem 3
- laminas/laminas-developer-tools is locked to version 1.3.2 and an update of this package was not requested.
- laminas/laminas-developer-tools 1.3.2 requires php ^5.6 || ^7.0 -> your php version (8.0.12) does not satisfy that requirement.
Problem 4
- zfcampus/zf-console is locked to version 1.4.0 and an update of this package was not requested.
- zfcampus/zf-console 1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.0.12) does not satisfy that requirement.
Problem 5
- zfcampus/zf-deploy is locked to version 1.3.0 and an update of this package was not requested.
- zfcampus/zf-deploy 1.3.0 requires php ^5.6 || ^7.0 -> your php version (8.0.12) does not satisfy that requirement.
Problem 6
- laminas/laminas-console 2.8.0 requires php ^5.6 || ^7.0 -> your php version (8.0.12) does not satisfy that requirement.
- laminas/laminas-test 3.5.1 requires laminas/laminas-console ^2.6 -> satisfiable by laminas/laminas-console[2.8.0].
- laminas/laminas-test is locked to version 3.5.1 and an update of this package was not requested.
How to reproduce
Tried the composer create-project command and also tried cloning the git and running composer install
Expected behavior
Install successfully