mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"bundles": {
|
|
"Shivas\\VersioningBundle\\ShivasVersioningBundle": ["all"]
|
|
},
|
|
"composer-scripts": {
|
|
"app:version:bump": "symfony-cmd"
|
|
},
|
|
"env": {
|
|
"SHIVAS_APP_VERSION": "0.1.0"
|
|
}
|
|
}
|