1
0
Fork 0

Merge branch '2.0'

pull/9911/head
Jordi Boggiano 2021-05-21 16:49:42 +02:00
commit f0e178c318
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ 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> <warning>No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.</warning>
Loading composer repositories with package information Loading composer repositories with package information
Updating dependencies Updating dependencies
Lock file operations: 3 installs, 0 updates, 0 removals Lock file operations: 3 installs, 0 updates, 0 removals

View File

@ -17,7 +17,7 @@ Suggestions are displayed even in non-dev mode for new suggesters installed when
--RUN-- --RUN--
install --no-dev install --no-dev
--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> <warning>No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.</warning>
Loading composer repositories with package information Loading composer repositories with package information
Updating dependencies Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals Lock file operations: 1 install, 0 updates, 0 removals

View File

@ -17,7 +17,7 @@ Suggestions are displayed
--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> <warning>No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.</warning>
Loading composer repositories with package information Loading composer repositories with package information
Updating dependencies Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals Lock file operations: 1 install, 0 updates, 0 removals