2014-04-07 09:10:57 +00:00
--TEST--
Suggestions are not displayed in non-dev mode
--COMPOSER--
{
"repositories": [
{
"type": "package",
"package": [
{ "name": "a/a", "version": "1.0.0", "suggest": { "b/b": "an obscure reason" } }
]
}
],
"require": {
"a/a": "1.0.0"
}
}
--RUN--
install --no-dev
--EXPECT-OUTPUT--
2019-11-08 11:31:26 +00:00
<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>
2016-01-28 13:41:19 +00:00
Loading composer repositories with package information
2016-03-10 18:36:58 +00:00
Updating dependencies
2019-09-07 00:28:40 +00:00
Lock file operations: 1 install, 0 updates, 0 removals
- Installing a/a (1.0.0)
2016-01-28 13:41:19 +00:00
Writing lock file
2019-09-07 00:28:40 +00:00
Installing dependencies from lock file
Package operations: 1 install, 0 updates, 0 removals
2016-01-28 13:41:19 +00:00
Generating autoload files
2014-04-07 09:10:57 +00:00
--EXPECT--
Installing a/a (1.0.0)