1
0
Fork 0

Adjust forgotten error message in test to new language

pull/8740/head
Nils Adermann 2020-04-02 16:20:54 +02:00
parent 4fab2c7759
commit ce0c2d44cd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Your requirements could not be resolved to an installable set of packages.
Problem 1
- current/dep is locked to version 1.0.0 and an update of this package was not requested.
- new/pkg 1.0.0 can not be installed as that would require removing current/dep 1.0.0. new/pkg replaces current/dep and can thus not coexist with it.
- new/pkg 1.0.0 can not be installed as that would require removing current/dep 1.0.0. new/pkg replaces current/dep and thus cannot coexist with it.
- Root composer.json requires new/pkg 1.* -> satisfiable by new/pkg[1.0.0].
Use the option --with-all-dependencies to allow updates and removals for packages currently locked to specific versions.