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
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
Cloned from da6d205 some dependencies are not compatible with PHP 8.1+ despite of the project is ("php": "^7.2.5 || ^8.0" in composer.json)
> php --version
PHP 8.1.1 (cli) (built: Dec 15 2021 10:31:43) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.1.1, Copyright (c) Zend Technologies
> composer --version
Composer version 2.7.6 2024-05-04 23:03:15
PHP version 8.1.1 (C:\xampp\php\php.exe)
Run the "diagnose" command to get more detailed diagnostics output.
> composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- phpspec/prophecy is locked to version 1.13.0 and an update of this package was not requested.
- phpspec/prophecy 1.13.0 requires php ^7.2 || ~8.0, <8.1 -> your php version (8.1.1) does not satisfy that requirement.
Problem 2
- phpspec/prophecy 1.13.0 requires php ^7.2 || ~8.0, <8.1 -> your php version (8.1.1) does not satisfy that requirement.
- phpunit/phpunit 9.5.5 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[1.13.0].
- phpunit/phpunit is locked to version 9.5.5 and an update of this package was not requested.