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
I use cake php and i want to install steward for my test environment. But steward use phpunit 8.5. but i have installed phpunit 9.3 that i need it for other things.
log of my composer
Problem 1
- lmc/steward 3.0.x-dev is an alias of lmc/steward dev-master and thus requires it to be installed too.
- lmc/steward 3.0.x-dev is an alias of lmc/steward dev-main and thus requires it to be installed too.
- lmc/steward dev-master requires php ^7.1 -> your php version (8.1.2) does not satisfy that requirement.
- lmc/steward dev-main requires phpunit/phpunit ^8.5.15 -> found phpunit/phpunit[8.5.15, ..., 8.5.26] but it conflicts with your root composer.json require (^9.3).
- Root composer.json requires lmc/steward 3.0.x-dev -> satisfiable by lmc/steward[3.0.x-dev (alias of dev-master)].
The text was updated successfully, but these errors were encountered:
We suggest putting Steward into separate directory from your application, with custom composer.json. See README:
For most cases we recommend having functional tests in the same repository as your application but in a separate folder. We suggest putting them in a selenium-tests/ directory.
I use cake php and i want to install steward for my test environment. But steward use phpunit 8.5. but i have installed phpunit 9.3 that i need it for other things.
log of my composer
Problem 1
- lmc/steward 3.0.x-dev is an alias of lmc/steward dev-master and thus requires it to be installed too.
- lmc/steward 3.0.x-dev is an alias of lmc/steward dev-main and thus requires it to be installed too.
- lmc/steward dev-master requires php ^7.1 -> your php version (8.1.2) does not satisfy that requirement.
- lmc/steward dev-main requires phpunit/phpunit ^8.5.15 -> found phpunit/phpunit[8.5.15, ..., 8.5.26] but it conflicts with your root composer.json require (^9.3).
- Root composer.json requires lmc/steward 3.0.x-dev -> satisfiable by lmc/steward[3.0.x-dev (alias of dev-master)].
The text was updated successfully, but these errors were encountered: