Add recipe for ShivasVersioningBundle

This commit is contained in:
Matty Driessen
2018-02-14 22:37:50 +01:00
parent 454bb766a0
commit 32ff9248c8
@@ -0,0 +1,11 @@
{
"bundles": {
"Shivas\\VersioningBundle\\ShivasVersioningBundle": ["all"]
},
"composer-scripts": {
"app:version:bump": "symfony-cmd"
},
"env": {
"SHIVAS_APP_VERSION": "0.1.0"
}
}