Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-05-31 13:21:09 +00:00
parent 649d523756
commit 1d52434bb0
4 changed files with 30 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/sms77-notifier](https://packagist.org/packages/symfony/sms77-notifier) | [5.4](symfony/sms77-notifier/5.4) | `sms77-notifier`, `sms77notifier` |
| [symfony/smsapi-notifier](https://packagist.org/packages/symfony/smsapi-notifier) | [5.2](symfony/smsapi-notifier/5.2) | `smsapi-notifier`, `smsapinotifier` |
| [symfony/smsc-notifier](https://packagist.org/packages/symfony/smsc-notifier) | [5.4](symfony/smsc-notifier/5.4) | `smsc-notifier`, `smscnotifier` |
| [symfony/smsmode-notifier](https://packagist.org/packages/symfony/smsmode-notifier) | [6.3](symfony/smsmode-notifier/6.3) | `smsmode-notifier`, `smsmodenotifier` |
| [symfony/spot-hit-notifier](https://packagist.org/packages/symfony/spot-hit-notifier) | [5.3](symfony/spot-hit-notifier/5.3) | `spot-hit-notifier`, `spothitnotifier` |
| [symfony/stimulus-bundle](https://packagist.org/packages/symfony/stimulus-bundle) | [2.9](symfony/stimulus-bundle/2.9) | `stimulus`, `stimulus-bundle`, `stimulusbundle` |
| [symfony/swiftmailer-bundle](https://packagist.org/packages/symfony/swiftmailer-bundle) | [2.5](symfony/swiftmailer-bundle/2.5) | `swiftmailer`, `swiftmailer-bundle`, `swiftmailerbundle` |
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/smsmode-notifier": {
"manifest": {
"env": {
"#1": "SMSMODE_DSN=smsmode://API_KEY@default?from=FROM"
}
},
"files": [],
"ref": "367e0d1f9ceda2f11b5633229f2f35da06b68766"
}
}
}
+3
View File
@@ -828,6 +828,9 @@
"symfony/smsc-notifier": [
"5.4"
],
"symfony/smsmode-notifier": [
"6.3"
],
"symfony/spot-hit-notifier": [
"5.3"
],
+13
View File
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/smsmode-notifier": {
"manifest": {
"env": {
"#1": "SMSMODE_DSN=smsmode://API_KEY@default?from=FROM"
}
},
"files": [],
"ref": "367e0d1f9ceda2f11b5633229f2f35da06b68766"
}
}
}