diff --git a/box.json b/box.json index e69de29..a852f2e 100644 --- a/box.json +++ b/box.json @@ -0,0 +1,18 @@ +{ + "chmod": "0755", + "directories": [ + "app", + "bootstrap", + "config", + "vendor" + ], + "files": [ + "composer.json" + ], + "exclude-composer-files": false, + "compression": "GZ", + "compactors": [ + "KevinGH\\Box\\Compactor\\Php", + "KevinGH\\Box\\Compactor\\Json" + ] +}