mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-01-26 03:33:59 +00:00
20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"chmod": "0755",
|
|
"directories": [
|
|
"app",
|
|
"bootstrap",
|
|
"config",
|
|
"vendor"
|
|
],
|
|
"files": [
|
|
"composer.json"
|
|
],
|
|
"exclude-composer-files": false,
|
|
"exclude-dev-files": false,
|
|
"compression": "GZ",
|
|
"compactors": [
|
|
"KevinGH\\Box\\Compactor\\Php",
|
|
"KevinGH\\Box\\Compactor\\Json"
|
|
]
|
|
}
|