diff --git a/src/Composer/Installer/BinaryInstaller.php b/src/Composer/Installer/BinaryInstaller.php index e3e74835b..07faece4e 100644 --- a/src/Composer/Installer/BinaryInstaller.php +++ b/src/Composer/Installer/BinaryInstaller.php @@ -348,7 +348,7 @@ if (PHP_VERSION_ID < 80000) { public function stream_stat() { - return fstat(\$this->handle); + return array(); } public function stream_set_option(\$option, \$arg1, \$arg2)