mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [ekreative/health-check-bundle](https://packagist.org/packages/ekreative/health-check-bundle) | [1.5](ekreative/health-check-bundle/1.5) |
|
||||
| [elao/enum](https://packagist.org/packages/elao/enum) | [1.7](elao/enum/1.7) |
|
||||
| [elephantly/kahlan-bundle](https://packagist.org/packages/elephantly/kahlan-bundle) | [0.9](elephantly/kahlan-bundle/0.9) |
|
||||
| [emag-tech-labs/annotation-cache-bundle](https://packagist.org/packages/emag-tech-labs/annotation-cache-bundle) | [5.0](emag-tech-labs/annotation-cache-bundle/5.0) |
|
||||
| [emag-tech-labs/annotation-cache-bundle](https://packagist.org/packages/emag-tech-labs/annotation-cache-bundle) | [6.0](emag-tech-labs/annotation-cache-bundle/6.0) |
|
||||
| [emag-tech-labs/rabbitmq-bundle](https://packagist.org/packages/emag-tech-labs/rabbitmq-bundle) | [2.0](emag-tech-labs/rabbitmq-bundle/2.0) |
|
||||
| [emanuilnikolov/igdb-api-bundle](https://packagist.org/packages/emanuilnikolov/igdb-api-bundle) | [1.0](emanuilnikolov/igdb-api-bundle/1.0) |
|
||||
| [enhavo/app-bundle](https://packagist.org/packages/enhavo/app-bundle) | [0.9](enhavo/app-bundle/0.9) |
|
||||
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"emag-tech-labs/annotation-cache-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/emag_annotation_cache.yaml": {
|
||||
"contents": [
|
||||
"annotation_cache:",
|
||||
" provider: cache.app",
|
||||
" ignore_namespaces:",
|
||||
" - 'App\\Entity'",
|
||||
" ignore_names:",
|
||||
" - legacy",
|
||||
" - required",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ca6113481ac4be5d196805765f28e7061768f874"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"emag-tech-labs/annotation-cache-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/emag_annotation_cache.yaml": {
|
||||
"contents": [
|
||||
"annotation_cache:",
|
||||
" provider: cache.app",
|
||||
" ignore_namespaces:",
|
||||
" - 'App\\Entity'",
|
||||
" ignore_names:",
|
||||
" - legacy",
|
||||
" - required",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ca6113481ac4be5d196805765f28e7061768f874"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -408,7 +408,8 @@
|
||||
"0.9"
|
||||
],
|
||||
"emag-tech-labs/annotation-cache-bundle": [
|
||||
"5.0"
|
||||
"5.0",
|
||||
"6.0"
|
||||
],
|
||||
"emag-tech-labs/rabbitmq-bundle": [
|
||||
"2.0"
|
||||
|
||||
Reference in New Issue
Block a user