summarylogtreecommitdiffstats
path: root/box.json
diff options
context:
space:
mode:
authorGoliathLabs2020-04-21 13:27:38 +0200
committerGoliathLabs2020-04-21 13:27:38 +0200
commitd047fbb66ec3c46f258d353f45b06b475bb7e9f4 (patch)
treee96387f5f4c552961be7888f7710bd4dc839f5b5 /box.json
parentf07541a71fbb52492d732f614d35d4bfffed2961 (diff)
downloadaur-php-behat.tar.gz
Updated: v3.6.1
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
-}