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": [
{
"name": [
"LICENSE",
"*.php",
"*.json"
],
"notName": [
"composer.json"
"*.pem",
"*.pem.md5"
],
"exclude": [
"phpunit",
"satooshi",
"tests"
"Tests",
"tests",
"yaml"
],
"in": ["compat", "src", "vendor"]
}
"in": "vendor"
}
],
"directories": ["compat", "src/", "vendor/"],
"directories": ["compat", "src/"],
"git-version": "git-version",
"stub": true
}