mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Merge branch '2.3'
This commit is contained in:
commit
37d3e2f44a
14 changed files with 108 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