versa/box.json.dist
Oliver Davies 4ebfd9333a Use annotations and autoconfiguration
Use the `AsCommand` annotation to automatically register commands as
services and automatically add them to `./bin/console` instead of adding
them manually.
2024-02-26 21:10:56 +00:00

18 lines
337 B
Plaintext

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