1
0
Fork 0

Merge remote-tracking branch 'naderman/improve-not-found-error' into 1.5

pull/6728/merge
Jordi Boggiano 2017-11-28 18:00:09 +01:00
commit a691a179e5
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ EOT
));
}
throw new \InvalidArgumentException(sprintf(
'Could not find package %s at any version for your minimum-stability (%s). Check the package spelling or your minimum-stability',
'Could not find a matching version of package %s. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (%s).',
$name,
$this->getMinimumStability($input)
));