mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
{
|
|
"output": "build-configs",
|
|
"files-bin": [
|
|
".env.local.php",
|
|
"autoload_runtime.template",
|
|
"src/Controller/.gitignore"
|
|
],
|
|
"directories": [
|
|
"config",
|
|
"public",
|
|
"resources",
|
|
"var"
|
|
],
|
|
"force-autodiscovery": true,
|
|
"check-requirements": false,
|
|
"exclude-composer-files": false,
|
|
"compression": "GZ"
|
|
}
|