summarylogtreecommitdiffstats
path: root/box.json
diff options
context:
space:
mode:
Diffstat (limited to 'box.json')
-rw-r--r--box.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/box.json b/box.json
new file mode 100644
index 000000000000..63118b841217
--- /dev/null
+++ b/box.json
@@ -0,0 +1,19 @@
+{
+ "chmod": "0755",
+ "directories": ["src"],
+ "files": [
+ "LICENSE",
+ "i18n.php"
+ ],
+ "finder": [
+ {
+ "name": ["*.php", "*.xsd", "LICENSE"],
+ "exclude": ["Tests", "tests", "sebastian", "phpunit", "phpspec", "process", "filesystem"],
+ "in": "vendor"
+ }
+ ],
+ "compactors": "Herrera\\Box\\Compactor\\Php",
+ "main": "bin/behat",
+ "output": "behat.phar",
+ "stub": true
+}