mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add new recipe for Annotation Cache Bundle 6.* (#1415)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
annotation_cache:
|
||||
provider: cache.app
|
||||
ignore_namespaces:
|
||||
- 'App\Entity'
|
||||
ignore_names:
|
||||
- legacy
|
||||
- required
|
||||
8
emag-tech-labs/annotation-cache-bundle/6.0/manifest.json
Normal file
8
emag-tech-labs/annotation-cache-bundle/6.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user