versa/box.json.dist

18 lines
337 B
Plaintext
Raw Permalink Normal View History

2024-02-19 08:00:00 +00:00
{
"main": "bin/console",
2024-02-19 08:00:00 +00:00
"output": "dist/versa",
"directories": [
"config",
"src",
2024-02-19 08:00:00 +00:00
"vendor"
],
"files": [
".env.local.php",
"autoload_runtime.template"
],
2024-02-19 08:00:00 +00:00
"check-requirements": true,
"exclude-composer-files": false,
"force-autodiscovery": true,
2024-02-19 08:00:00 +00:00
"compression": "GZ"
}