浏览代码

Update test expected output to different formatting

Nils Adermann 5 年之前
父节点
当前提交
f38e969b02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Composer/Test/Fixtures/installer/update-allow-list-require-new-replace.test

+ 1 - 1
tests/Composer/Test/Fixtures/installer/update-allow-list-require-new-replace.test

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