mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Merge branch '2.2' into 2.3
This commit is contained in:
commit
e1e29bf698
14 changed files with 99 additions and 53 deletions
|
@ -410,7 +410,7 @@ class Application extends BaseApplication
|
|||
Silencer::suppress();
|
||||
try {
|
||||
$composer = $this->getComposer(false, true);
|
||||
if ($composer) {
|
||||
if (null !== $composer && function_exists('disk_free_space')) {
|
||||
$config = $composer->getConfig();
|
||||
|
||||
$minSpaceFree = 1024 * 1024;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue