Skip to content

Commit

Permalink
Don't compress PHP files
Browse files Browse the repository at this point in the history
We need PHP comments like #[\ReturnTypeWillChange]
  • Loading branch information
mlocati committed Dec 22, 2021
1 parent d9ad6e8 commit 85d2a23
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 85d2a23

Please sign in to comment.