Merge branch '2.0'
commit
f0e178c318
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue