20 lines
331 B
JSON
20 lines
331 B
JSON
{
|
|
"chmod": "0755",
|
|
"directories": [
|
|
"src"
|
|
],
|
|
"files": [
|
|
"LICENSE"
|
|
],
|
|
"finder": [
|
|
{
|
|
"name": "*.php",
|
|
"exclude": ["spec", "Tests", "tests"],
|
|
"in": "vendor"
|
|
}
|
|
],
|
|
"main": "bin/phpspec",
|
|
"output": "phpspec.phar",
|
|
"stub": true
|
|
}
|