Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-02 16:33:02 +00:00
parent 3b09204fc7
commit c5105ddb97
4 changed files with 30 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [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` |
| [symfony/amazon-sns-notifier](https://packagist.org/packages/symfony/amazon-sns-notifier) | [5.4](symfony/amazon-sns-notifier/5.4) | `amazon-sns-notifier`, `amazonsnsnotifier` |
| [symfony/bandwidth-notifier](https://packagist.org/packages/symfony/bandwidth-notifier) | [6.3](symfony/bandwidth-notifier/6.3) | `bandwidth-notifier`, `bandwidthnotifier` |
| [symfony/chatwork-notifier](https://packagist.org/packages/symfony/chatwork-notifier) | [6.2](symfony/chatwork-notifier/6.2) | `chatwork-notifier`, `chatworknotifier` |
| [symfony/clickatell-notifier](https://packagist.org/packages/symfony/clickatell-notifier) | [5.3](symfony/clickatell-notifier/5.3) | `clickatell-notifier`, `clickatellnotifier` |
| [symfony/console](https://packagist.org/packages/symfony/console) | [5.3](symfony/console/5.3) | `cli`, `console` |
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/bandwidth-notifier": {
"manifest": {
"env": {
"#1": "BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY"
}
},
"files": [],
"ref": "1245c95b3637dde2bc9425b57d0bdd0f9c495c4e"
}
}
}
+3
View File
@@ -501,6 +501,9 @@
"symfony/amazon-sns-notifier": [
"5.4"
],
"symfony/bandwidth-notifier": [
"6.3"
],
"symfony/chatwork-notifier": [
"6.2"
],
+13
View File
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/bandwidth-notifier": {
"manifest": {
"env": {
"#1": "BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY"
}
},
"files": [],
"ref": "1245c95b3637dde2bc9425b57d0bdd0f9c495c4e"
}
}
}