12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- --TEST--
- Updates updateable packages in dry-run mode
- --COMPOSER--
- {
- : [
- {
- : ,
- : [
- { : , : },
- { : , : },
- { : , : },
- { : , : },
- { : , : },
- { : , : },
- { : , : },
- { : , : }
- ]
- }
- ],
- : {
- : ,
- :
- },
- : {
- :
- }
- }
- --INSTALLED--
- [
- { : , : },
- { : , : },
- { : , : }
- ]
- --RUN--
- update --dry-run
- --EXPECT-OUTPUT--
- Loading composer repositories with package information
- Updating dependencies
- Lock file operations: 3 installs, 0 updates, 0 removals
- - Locking a/a (1.0.1)
- - Locking a/b (2.0.0)
- - Locking a/c (1.0.0)
- Installing dependencies from lock file (including require-dev)
- Package operations: 0 installs, 2 updates, 0 removals
- - Upgrading a/a (1.0.0 => 1.0.1)
- - Upgrading a/b (1.0.0 => 2.0.0)
- --EXPECT--
|