Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-17 16:42:33 +00:00
parent 6252154e0a
commit 9ee538551c
4 changed files with 67 additions and 2 deletions
+1 -1
View File
@@ -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) |
@@ -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
View File
@@ -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"