diff --git a/sensio/framework-extra-bundle/5.2/config/packages/sensio_framework_extra.yaml b/sensio/framework-extra-bundle/5.2/config/packages/sensio_framework_extra.yaml new file mode 100644 index 00000000..1821ccc0 --- /dev/null +++ b/sensio/framework-extra-bundle/5.2/config/packages/sensio_framework_extra.yaml @@ -0,0 +1,3 @@ +sensio_framework_extra: + router: + annotations: false diff --git a/sensio/framework-extra-bundle/5.2/manifest.json b/sensio/framework-extra-bundle/5.2/manifest.json new file mode 100644 index 00000000..dc263ba2 --- /dev/null +++ b/sensio/framework-extra-bundle/5.2/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "aliases": ["annotations", "annotation", "annot", "annots"] +}