Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-01-05 14:25:07 +00:00
parent 54e7f0a00c
commit 83947d478a
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [sensio/framework-extra-bundle](https://packagist.org/packages/sensio/framework-extra-bundle) | [5.2](sensio/framework-extra-bundle/5.2) | `annot`, `annotation`, `annotations`, `annots` |
| [sensiolabs/ansi-to-html](https://packagist.org/packages/sensiolabs/ansi-to-html) | [1.2](sensiolabs/ansi-to-html/1.2) | |
| [sensiolabs/security-checker](https://packagist.org/packages/sensiolabs/security-checker) | [4.0](sensiolabs/security-checker/4.0) | `sec-check`, `sec-checker`, `sec-checks`, `seccheck`, `secchecker`, `secchecks`, `security-check`, `security-checker`, `securitycheck`, `securitychecker` |
| [symfony/aha-send-mailer](https://packagist.org/packages/symfony/aha-send-mailer) | [7.2](symfony/aha-send-mailer/7.2) | `aha-send-mailer`, `ahasendmailer` |
| [symfony/all-my-sms-notifier](https://packagist.org/packages/symfony/all-my-sms-notifier) | [5.3](symfony/all-my-sms-notifier/5.3) | `all-my-sms-notifier` |
| [symfony/allmysms-notifier](https://packagist.org/packages/symfony/allmysms-notifier) | [5.3](symfony/allmysms-notifier/5.3) | `allmysms-notifier`, `allmysmsnotifier` |
| [symfony/amazon-mailer](https://packagist.org/packages/symfony/amazon-mailer) | [4.4](symfony/amazon-mailer/4.4) | `amazon-mailer`, `amazonmailer` |
@@ -0,0 +1,14 @@
{
"manifests": {
"symfony/aha-send-mailer": {
"manifest": {
"env": {
"#1": "MAILER_DSN=ahasend+api://KEY@default",
"#2": "MAILER_DSN=ahasend+smtp://USERNAME:PASSWORD@default"
}
},
"files": [],
"ref": "a8a25ed126a6152fc4e0bc7334e7b562bb2b6444"
}
}
}
+3
View File
@@ -626,6 +626,9 @@
"sensiolabs/security-checker": [
"4.0"
],
"symfony/aha-send-mailer": [
"7.2"
],
"symfony/all-my-sms-notifier": [
"5.3"
],
+14
View File
@@ -0,0 +1,14 @@
{
"manifests": {
"symfony/aha-send-mailer": {
"manifest": {
"env": {
"#1": "MAILER_DSN=ahasend+api://KEY@default",
"#2": "MAILER_DSN=ahasend+smtp://USERNAME:PASSWORD@default"
}
},
"files": [],
"ref": "a8a25ed126a6152fc4e0bc7334e7b562bb2b6444"
}
}
}