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:
parent
4e7702598e
commit
438c45e991
34 changed files with 65 additions and 66 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue