diff --git a/endroid/qrcode/2.3/config/packages/endroid_qr_code.yaml b/endroid/qrcode-bundle/3.0/config/packages/endroid_qr_code.yaml similarity index 100% rename from endroid/qrcode/2.3/config/packages/endroid_qr_code.yaml rename to endroid/qrcode-bundle/3.0/config/packages/endroid_qr_code.yaml diff --git a/endroid/qrcode-bundle/3.0/config/routes/endroid_qr_code.yaml b/endroid/qrcode-bundle/3.0/config/routes/endroid_qr_code.yaml new file mode 100644 index 00000000..7b95651c --- /dev/null +++ b/endroid/qrcode-bundle/3.0/config/routes/endroid_qr_code.yaml @@ -0,0 +1,3 @@ +EndroidQrCodeBundle: + resource: "@EndroidQrCodeBundle/Resources/config/routes.yaml" + prefix: /qrcode diff --git a/endroid/qrcode/2.3/manifest.json b/endroid/qrcode-bundle/3.0/manifest.json similarity index 54% rename from endroid/qrcode/2.3/manifest.json rename to endroid/qrcode-bundle/3.0/manifest.json index e029d88f..14bf8ae4 100644 --- a/endroid/qrcode/2.3/manifest.json +++ b/endroid/qrcode-bundle/3.0/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "Endroid\\QrCode\\Bundle\\QrCodeBundle\\EndroidQrCodeBundle": ["all"] + "Endroid\\QrCodeBundle\\EndroidQrCodeBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" diff --git a/endroid/qrcode/2.3/config/routes/endroid_qr_code.yaml b/endroid/qrcode/2.3/config/routes/endroid_qr_code.yaml deleted file mode 100644 index aab59e1f..00000000 --- a/endroid/qrcode/2.3/config/routes/endroid_qr_code.yaml +++ /dev/null @@ -1,4 +0,0 @@ -EndroidQrCodeBundle: - resource: "@EndroidQrCodeBundle/Controller/" - type: annotation - prefix: /qrcode