mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-15 08:48:42 +00:00
Initial commit
This commit is contained in:
19
box.json
Normal file
19
box.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user