Clean up box.json

This commit is contained in:
Gregory Oschwald 2014-04-11 17:21:33 -07:00
parent 5cfe1353bb
commit 38bacff692

View File

@ -12,21 +12,22 @@
"finder": [ "finder": [
{ {
"name": [ "name": [
"LICENSE",
"*.php", "*.php",
"*.json" "*.pem",
], "*.pem.md5"
"notName": [
"composer.json"
], ],
"exclude": [ "exclude": [
"phpunit", "phpunit",
"satooshi", "satooshi",
"tests" "Tests",
"tests",
"yaml"
], ],
"in": ["compat", "src", "vendor"] "in": "vendor"
} }
], ],
"directories": ["compat", "src/", "vendor/"],
"directories": ["compat", "src/"],
"git-version": "git-version",
"stub": true "stub": true
} }