diff --git a/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.yaml b/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.yaml new file mode 100644 index 00000000..acb4ea5d --- /dev/null +++ b/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.yaml @@ -0,0 +1,4 @@ +annotation_cache: + provider: cache.app + ignore_namespaces: + - 'App\Entity' diff --git a/emag-tech-labs/annotation-cache-bundle/5.0/manifest.json b/emag-tech-labs/annotation-cache-bundle/5.0/manifest.json new file mode 100644 index 00000000..d5ffbdb1 --- /dev/null +++ b/emag-tech-labs/annotation-cache-bundle/5.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}