Prepare recipe for version 3.x and drop 2.x

This commit is contained in:
endroid
2017-12-01 21:20:55 +00:00
parent a1ca642a9c
commit 385965ff50
4 changed files with 4 additions and 5 deletions
@@ -1,4 +0,0 @@
EndroidQrCodeBundle:
resource: "@EndroidQrCodeBundle/Controller/"
type: annotation
prefix: /qrcode
@@ -0,0 +1,3 @@
EndroidQrCodeBundle:
resource: "@EndroidQrCodeBundle/Resources/config/routing.yml"
prefix: /qrcode
@@ -1,6 +1,6 @@
{
"bundles": {
"Endroid\\QrCode\\Bundle\\QrCodeBundle\\EndroidQrCodeBundle": ["all"]
"Endroid\\QrCodeBundle\\EndroidQrCodeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"