1
0
Fork 0
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:
Jordi Boggiano 2022-07-13 15:49:55 +02:00
commit 37d3e2f44a
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
14 changed files with 108 additions and 53 deletions

View file

@ -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;