You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
350 B
JSON
19 lines
350 B
JSON
1 year ago
|
{
|
||
|
"main": "rprt.php",
|
||
|
"base-path": "app",
|
||
|
"compression": "GZ",
|
||
|
"output": "../bin/rprt-gz.phar",
|
||
|
"blacklist": ["config", "resources", "tests", "translations"],
|
||
|
"directories": ["src", "vendor"],
|
||
|
"files": [
|
||
|
"dependencies.php"
|
||
|
],
|
||
|
"finder": [
|
||
|
{
|
||
|
"name": "*.php",
|
||
|
"exclude": ["Tests"],
|
||
|
"in": "vendor"
|
||
|
}
|
||
|
]
|
||
|
}
|