Skip to content

Commit

Permalink
Merge pull request #251 from mlocati/skip-phar-php-compression
Browse files Browse the repository at this point in the history
Don't compress PHP files when generating pickle.phar
  • Loading branch information
mlocati authored Dec 22, 2021
2 parents d9ad6e8 + 85d2a23 commit c3fea31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"alias": "pickle.phar",
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
"Herrera\\Box\\Compactor\\Json"
],
"directories": ["src", "vendor/composer/composer/res", "vendor/composer/ca-bundle"],
"finder": [{
Expand Down

0 comments on commit c3fea31

Please sign in to comment.