2012-09-05 18:39:45 +00:00
--TEST--
2012-09-05 20:56:59 +00:00
Suggestions are displayed
2012-09-05 18:39:45 +00:00
--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
--EXPECT-OUTPUT--
2021-05-21 14:49:17 +00:00
<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>
2016-01-28 13:41:19 +00:00
Loading composer repositories with package information
2019-09-07 00:28:40 +00:00
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
2019-11-08 15:48:35 +00:00
- Locking a/a (1.0.0)
2019-09-07 00:28:40 +00:00
Writing lock file
Installing dependencies from lock file (including require-dev)
2016-10-29 15:03:08 +00:00
Package operations: 1 install, 0 updates, 0 removals
2020-03-13 10:26:12 +00:00
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
2016-01-28 13:41:19 +00:00
Generating autoload files
2012-09-05 18:39:45 +00:00
--EXPECT--
2014-04-07 09:10:57 +00:00
Installing a/a (1.0.0)