Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-02-24 09:42:20 +00:00
parent 700dd6bb01
commit 7eab772cf0
4 changed files with 60 additions and 0 deletions
+1
View File
@@ -97,6 +97,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](core23/lastfm-bundle/0.4) |
| [core23/matomo-bundle](https://packagist.org/packages/core23/matomo-bundle) | [1.1](core23/matomo-bundle/1.1) |
| [core23/shariff-bundle](https://packagist.org/packages/core23/shariff-bundle) | [3.0](core23/shariff-bundle/3.0) |
| [corytech/php-openapi](https://packagist.org/packages/corytech/php-openapi) | [1.0](corytech/php-openapi/1.0) |
| [cpliakas/git-wrapper](https://packagist.org/packages/cpliakas/git-wrapper) | [3.0](cpliakas/git-wrapper/3.0) |
| [crayner/authenticate-bundle](https://packagist.org/packages/crayner/authenticate-bundle) | [1.0](crayner/authenticate-bundle/1.0) |
| [csa/guzzle-bundle](https://packagist.org/packages/csa/guzzle-bundle) | [3.0](csa/guzzle-bundle/3.0) |
@@ -0,0 +1,28 @@
{
"manifests": {
"corytech/php-openapi": {
"manifest": {
"bundles": {
"Corytech\\OpenApi\\CorytechOpenApiBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/corytech_open_api.yaml": {
"contents": [
"corytech_open_api:",
" handle_exceptions_on_path_prefixes:",
" - \"/api/v1\"",
""
],
"executable": false
}
},
"ref": "00eec2546ddd3de6bfeba8124d2487b95ecf8066"
}
}
}
+28
View File
@@ -0,0 +1,28 @@
{
"manifests": {
"corytech/php-openapi": {
"manifest": {
"bundles": {
"Corytech\\OpenApi\\CorytechOpenApiBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/corytech_open_api.yaml": {
"contents": [
"corytech_open_api:",
" handle_exceptions_on_path_prefixes:",
" - \"/api/v1\"",
""
],
"executable": false
}
},
"ref": "00eec2546ddd3de6bfeba8124d2487b95ecf8066"
}
}
}
+3
View File
@@ -291,6 +291,9 @@
"core23/shariff-bundle": [
"3.0"
],
"corytech/php-openapi": [
"1.0"
],
"cpliakas/git-wrapper": [
"3.0"
],