Add recipe for Annotation Cache Bundle

This commit is contained in:
Daniel Toader
2021-02-25 23:08:35 +02:00
parent 126911a9a3
commit fa8852dc42
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
annotation_cache:
provider: cache.app
ignore_namespaces:
- 'App\Entity'
@@ -0,0 +1,8 @@
{
"bundles": {
"EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}