diff --git a/box.json.dist b/box.json.dist index a3d64b7bb..b7134c0c7 100644 --- a/box.json.dist +++ b/box.json.dist @@ -7,10 +7,8 @@ ], "files-bin": ["config.xsd"], "directories-bin" : ["assets"], - "intercept" : false, "compactors" : [ + "KevinGH\\Box\\Compactor\\Php", "KevinGH\\Box\\Compactor\\PhpScoper" - ], - "chmod" : "0755", - "compression": "NONE" + ] } diff --git a/vendor-bin/box/composer.json b/vendor-bin/box/composer.json index 52a61a825..a3c168617 100644 --- a/vendor-bin/box/composer.json +++ b/vendor-bin/box/composer.json @@ -2,6 +2,6 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "humbug/box": "dev-master" + "humbug/box": "^3.1" } }