summarylogtreecommitdiffstats
path: root/box.json
diff options
context:
space:
mode:
Diffstat (limited to 'box.json')
-rw-r--r--box.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/box.json b/box.json
deleted file mode 100644
index 63118b841217..000000000000
--- a/box.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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
-}