Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-05-05 21:06:36 +00:00
parent 7df260281a
commit d980c989d7
4 changed files with 80 additions and 0 deletions
+1
View File
@@ -555,6 +555,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [request-tracing/request-tracing-bundle](https://packagist.org/packages/request-tracing/request-tracing-bundle) | [0.1](../../../tree/main/request-tracing/request-tracing-bundle/0.1) |
| [rikudou/psr6-dynamo-db-bundle](https://packagist.org/packages/rikudou/psr6-dynamo-db-bundle) | [2.0](../../../tree/main/rikudou/psr6-dynamo-db-bundle/2.0) |
| [ro0nl/http-responder](https://packagist.org/packages/ro0nl/http-responder) | [0.1](../../../tree/main/ro0nl/http-responder/0.1) |
| [rodmarzavala/infile-php-symfony](https://packagist.org/packages/rodmarzavala/infile-php-symfony) | [1.0](../../../tree/main/rodmarzavala/infile-php-symfony/1.0) |
| [rokka/client-bundle](https://packagist.org/packages/rokka/client-bundle) | [1.0](../../../tree/main/rokka/client-bundle/1.0) |
| [rossel/mwu-sdk](https://packagist.org/packages/rossel/mwu-sdk) | [0.1](../../../tree/main/rossel/mwu-sdk/0.1) |
| [rossel/rossel-kafka](https://packagist.org/packages/rossel/rossel-kafka) | [0.0](../../../tree/main/rossel/rossel-kafka/0.0) |
@@ -0,0 +1,38 @@
{
"manifests": {
"rodmarzavala/infile-php-symfony": {
"manifest": {
"bundles": {
"InfilePhp\\Symfony\\InfilePhpBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Infile FEL API credentials",
"FEL_SIGN_USER": "",
"FEL_SIGN_KEY": "",
"FEL_API_USER": "",
"FEL_API_KEY": ""
}
},
"files": {
"config/packages/infile_php.yaml": {
"contents": [
"infile_php:",
" credentials:",
" sign_user: '%env(FEL_SIGN_USER)%'",
" sign_key: '%env(FEL_SIGN_KEY)%'",
" api_user: '%env(FEL_API_USER)%'",
" api_key: '%env(FEL_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "85cab1d310cdd054598be506173437b8a9be9a1b"
}
}
}
+3
View File
@@ -1775,6 +1775,9 @@
"ro0nl/http-responder": [
"0.1"
],
"rodmarzavala/infile-php-symfony": [
"1.0"
],
"rokka/client-bundle": [
"1.0"
],
+38
View File
@@ -0,0 +1,38 @@
{
"manifests": {
"rodmarzavala/infile-php-symfony": {
"manifest": {
"bundles": {
"InfilePhp\\Symfony\\InfilePhpBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Infile FEL API credentials",
"FEL_SIGN_USER": "",
"FEL_SIGN_KEY": "",
"FEL_API_USER": "",
"FEL_API_KEY": ""
}
},
"files": {
"config/packages/infile_php.yaml": {
"contents": [
"infile_php:",
" credentials:",
" sign_user: '%env(FEL_SIGN_USER)%'",
" sign_key: '%env(FEL_SIGN_KEY)%'",
" api_user: '%env(FEL_API_USER)%'",
" api_key: '%env(FEL_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "85cab1d310cdd054598be506173437b8a9be9a1b"
}
}
}