Add new recipe for Annotation Cache Bundle 6.* (#1415)

This commit is contained in:
Daniel Toader
2022-12-17 18:42:17 +02:00
committed by GitHub
parent 450fbfd13d
commit 8789ae53a4
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
annotation_cache:
provider: cache.app
ignore_namespaces:
- 'App\Entity'
ignore_names:
- legacy
- required

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}