Files
faveo/vendor/phpspec/phpspec/box.json
2015-12-22 14:09:23 +05:30

20 lines
314 B
JSON

{
"chmod": "0755",
"directories": [
"src"
],
"files": [
"LICENSE"
],
"finder": [
{
"name": "*.php",
"exclude": ["Tests"],
"in": "vendor"
}
],
"main": "bin/phpspec",
"output": "phpspec.phar",
"stub": true
}