Files
faveo/vendor/phpspec/phpspec/box.json
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +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
}