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 have the following while trying to install roave/behat-psr11extension
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires roave/behat-psr11extension ^2.1 -> satisfiable by roave/behat-psr11extension[2.1.0].
- roave/behat-psr11extension 2.1.0 requires psr/container ^1.0 -> found psr/container[1.0.0, 1.1.0, 1.1.1, 1.1.2] but the package is fixed to 2.0.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
To solve it I had to install with required dependencies. Is there a way to avoid this?
The text was updated successfully, but these errors were encountered:
Hello,
I have the following while trying to install
roave/behat-psr11extension
To solve it I had to install with required dependencies. Is there a way to avoid this?
The text was updated successfully, but these errors were encountered: