mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-04 09:15:59 +02:00
20 lines
324 B
JSON
20 lines
324 B
JSON
{
|
|
"chmod": "0755",
|
|
"directories": [
|
|
"app",
|
|
"bootstrap",
|
|
"config",
|
|
"resources",
|
|
"vendor",
|
|
"database"
|
|
],
|
|
"files": [
|
|
"composer.json"
|
|
],
|
|
"exclude-composer-files": false,
|
|
"compression": "GZ",
|
|
"compactors": [
|
|
"KevinGH\\Box\\Compactor\\Php",
|
|
"KevinGH\\Box\\Compactor\\Json"
|
|
]
|
|
} |