Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-15 07:29:34 +00:00
parent 10dfc7eb83
commit 196a896268
4 changed files with 68 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [exercise/htmlpurifier-bundle](https://packagist.org/packages/exercise/htmlpurifier-bundle) | [3.0](exercise/htmlpurifier-bundle/3.0) |
| [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) |
| [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) |
| [fd6130/exabytes-sms-bundle](https://packagist.org/packages/fd6130/exabytes-sms-bundle) | [1.0](fd6130/exabytes-sms-bundle/1.0) |
| [felds/quick-mailer-bundle](https://packagist.org/packages/felds/quick-mailer-bundle) | [5.0](felds/quick-mailer-bundle/5.0) |
| [ferror/phpscan](https://packagist.org/packages/ferror/phpscan) | [1.0](ferror/phpscan/1.0) |
| [flagception/flagception-bundle](https://packagist.org/packages/flagception/flagception-bundle) | [3.0](flagception/flagception-bundle/3.0) |
@@ -0,0 +1,32 @@
{
"manifests": {
"fd6130/exabytes-sms-bundle": {
"manifest": {
"bundles": {
"Fd\\ExabytesBundle\\FdExabytesBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"EXABYTES_USERNAME": "",
"EXABYTES_PASSWORD": ""
}
},
"files": {
"config/packages/fd_exabytes.yaml": {
"contents": [
"fd_exabytes:",
" username: '%env(EXABYTES_USERNAME)%'",
" password: '%env(EXABYTES_PASSWORD)%'",
""
],
"executable": false
}
},
"ref": "b4334b70968d8c0c4ea447171064efaa781d5774"
}
}
}
+32
View File
@@ -0,0 +1,32 @@
{
"manifests": {
"fd6130/exabytes-sms-bundle": {
"manifest": {
"bundles": {
"Fd\\ExabytesBundle\\FdExabytesBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"EXABYTES_USERNAME": "",
"EXABYTES_PASSWORD": ""
}
},
"files": {
"config/packages/fd_exabytes.yaml": {
"contents": [
"fd_exabytes:",
" username: '%env(EXABYTES_USERNAME)%'",
" password: '%env(EXABYTES_PASSWORD)%'",
""
],
"executable": false
}
},
"ref": "b4334b70968d8c0c4ea447171064efaa781d5774"
}
}
}
+3
View File
@@ -500,6 +500,9 @@
"facile-it/mongodb-bundle": [
"0.6"
],
"fd6130/exabytes-sms-bundle": [
"1.0"
],
"felds/quick-mailer-bundle": [
"5.0"
],