|
@@ -41,10 +41,16 @@ Installs a simple package with exact match requirement
|
|
--RUN--
|
|
--RUN--
|
|
install
|
|
install
|
|
--EXPECT-OUTPUT--
|
|
--EXPECT-OUTPUT--
|
|
|
|
+<warning>No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.</warning>
|
|
Loading composer repositories with package information
|
|
Loading composer repositories with package information
|
|
-Updating dependencies (including require-dev)
|
|
|
|
-Package operations: 3 installs, 0 updates, 0 removals
|
|
|
|
|
|
+Updating dependencies
|
|
|
|
+Lock file operations: 3 installs, 0 updates, 0 removals
|
|
|
|
+ - Locking b/b (1.0.0)
|
|
|
|
+ - Locking d/d (1.0.0)
|
|
|
|
+ - Locking a/a (1.0.0)
|
|
Writing lock file
|
|
Writing lock file
|
|
|
|
+Installing dependencies from lock file (including require-dev)
|
|
|
|
+Package operations: 3 installs, 0 updates, 0 removals
|
|
Generating autoload files
|
|
Generating autoload files
|
|
2 packages you are using are looking for funding.
|
|
2 packages you are using are looking for funding.
|
|
Use the composer fund command to find out more!
|
|
Use the composer fund command to find out more!
|