mirror of
https://github.com/opdavies/versa.git
synced 2025-01-22 11:37:33 +00:00
Oliver Davies
4ebfd9333a
Use the `AsCommand` annotation to automatically register commands as services and automatically add them to `./bin/console` instead of adding them manually.
18 lines
337 B
Plaintext
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"
|
|
}
|