mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
21 lines
371 B
JSON
21 lines
371 B
JSON
{
|
|
"chmod": "0755",
|
|
"directories": [
|
|
"app",
|
|
"bootstrap",
|
|
"database",
|
|
"resources",
|
|
"config",
|
|
"vendor"
|
|
],
|
|
"exclude-dev-files": false,
|
|
"files": [
|
|
"composer.json"
|
|
],
|
|
"exclude-composer-files": false,
|
|
"compression": "GZ",
|
|
"compactors": [
|
|
"KevinGH\\Box\\Compactor\\Json"
|
|
]
|
|
}
|