Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-06-08 16:09:29 +00:00
parent 210fc159ed
commit 444043d7fd
4 changed files with 46 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [core23/lastfm-bundle](https://packagist.org/packages/core23/lastfm-bundle) | [0.4](../../../tree/main/core23/lastfm-bundle/0.4) |
| [core23/matomo-bundle](https://packagist.org/packages/core23/matomo-bundle) | [1.1](../../../tree/main/core23/matomo-bundle/1.1) |
| [core23/shariff-bundle](https://packagist.org/packages/core23/shariff-bundle) | [3.0](../../../tree/main/core23/shariff-bundle/3.0) |
| [corvet/light-field-bundle](https://packagist.org/packages/corvet/light-field-bundle) | [1.0](../../../tree/main/corvet/light-field-bundle/1.0) |
| [corytech/php-monitoring](https://packagist.org/packages/corytech/php-monitoring) | [1.0](../../../tree/main/corytech/php-monitoring/1.0) |
| [corytech/php-openapi](https://packagist.org/packages/corytech/php-openapi) | [1.0](../../../tree/main/corytech/php-openapi/1.0) |
| [cpliakas/git-wrapper](https://packagist.org/packages/cpliakas/git-wrapper) | [3.0](../../../tree/main/cpliakas/git-wrapper/3.0) |
@@ -0,0 +1,21 @@
{
"manifests": {
"corvet/light-field-bundle": {
"manifest": {
"bundles": {
"Corvet\\LightFieldBundle\\CorvetLightFieldBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"corvet:install": "symfony-cmd"
}
},
"files": [],
"ref": "85be3321fc7bb3e6eca40cfa62be7b2d21860bd1"
}
}
}
+21
View File
@@ -0,0 +1,21 @@
{
"manifests": {
"corvet/light-field-bundle": {
"manifest": {
"bundles": {
"Corvet\\LightFieldBundle\\CorvetLightFieldBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"corvet:install": "symfony-cmd"
}
},
"files": [],
"ref": "85be3321fc7bb3e6eca40cfa62be7b2d21860bd1"
}
}
}
+3
View File
@@ -370,6 +370,9 @@
"core23/shariff-bundle": [
"3.0"
],
"corvet/light-field-bundle": [
"1.0"
],
"corytech/php-monitoring": [
"1.0"
],