Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 659a287

Browse files
committed
Define the compression to none for better debugging
1 parent 8b13d0f commit 659a287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"alias": "pocs.phar",
33
"output": "build/pocs.phar",
44
"main": "web/index.php",
5-
"compression": "BZ2",
5+
"compression": "NONE",
66
"directories": ["src", "Resources", "vendor", "web"],
77
"files": [
88
"LICENSE"

0 commit comments

Comments
 (0)