1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Change UpdateOperation::show to match what the installers output, fixes the dry-run output to be more like real output

This commit is contained in:
Jordi Boggiano 2019-11-14 15:40:59 +01:00
parent 4e7702598e
commit 438c45e991
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
34 changed files with 65 additions and 66 deletions

View file

@ -61,8 +61,8 @@ Updates with --no-dev but we still end up with a complete lock file including de
update --no-dev
--EXPECT--
Uninstalling a/b (1.0.0)
Updating a/a (1.0.0) to a/a (1.0.1)
Updating a/a (1.0.0 => 1.0.1)
Installing a/c (1.0.0)
Updating dev/pkg (dev-master old) to dev/pkg (dev-master new)
Updating dev/pkg (dev-master old => dev-master new)
Marking dev/pkg (1.1.x-dev new) as installed, alias of dev/pkg (dev-master new)
Marking dev/pkg (1.0.x-dev old) as uninstalled, alias of dev/pkg (dev-master old)