Merge branch 'master' of https://github.com/composer/composer
commit
ffb59548a5
|
@ -79,7 +79,8 @@ class Compiler
|
||||||
|
|
||||||
$phar->stopBuffering();
|
$phar->stopBuffering();
|
||||||
|
|
||||||
$phar->compressFiles(\Phar::GZ);
|
// disabled for interoperability with systems without gzip ext
|
||||||
|
// $phar->compressFiles(\Phar::GZ);
|
||||||
|
|
||||||
$this->addFile($phar, new \SplFileInfo(__DIR__.'/../../LICENSE'), false);
|
$this->addFile($phar, new \SplFileInfo(__DIR__.'/../../LICENSE'), false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue