Skip to content

Commit 4e4a383

Browse files
committed
Compress files in phar archive
1 parent 5e758b8 commit 4e4a383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Services/Compiler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function compile($pharFile = 'somnambulist-project-manager.phar')
8888

8989
// Stubs
9090
$phar->setStub($this->getStub());
91+
$phar->compressFiles(Phar::GZ);
9192

9293
$phar->stopBuffering();
9394

0 commit comments

Comments
 (0)