mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -103,6 +103,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/sendgrid-mailer](https://packagist.org/packages/symfony/sendgrid-mailer) | [4.4](symfony/sendgrid-mailer/4.4) | `sendgrid-mailer`, `sendgridmailer` |
|
||||
| [symfony/sendinblue-mailer](https://packagist.org/packages/symfony/sendinblue-mailer) | [5.2](symfony/sendinblue-mailer/5.2) | `sendinblue-mailer`, `sendinbluemailer` |
|
||||
| [symfony/sendinblue-notifier](https://packagist.org/packages/symfony/sendinblue-notifier) | [5.2](symfony/sendinblue-notifier/5.2) | `sendinblue-notifier`, `sendinbluenotifier` |
|
||||
| [symfony/simple-textin-notifier](https://packagist.org/packages/symfony/simple-textin-notifier) | [6.3](symfony/simple-textin-notifier/6.3) | `simple-textin-notifier`, `simpletextinnotifier` |
|
||||
| [symfony/sinch-notifier](https://packagist.org/packages/symfony/sinch-notifier) | [5.1](symfony/sinch-notifier/5.1) | `sinch-notifier`, `sinchnotifier` |
|
||||
| [symfony/slack-notifier](https://packagist.org/packages/symfony/slack-notifier) | [5.2](symfony/slack-notifier/5.2) | `slack-notifier`, `slacknotifier` |
|
||||
| [symfony/sms-biuras-notifier](https://packagist.org/packages/symfony/sms-biuras-notifier) | [5.3](symfony/sms-biuras-notifier/5.3) | `sms-biuras-notifier`, `smsbiurasnotifier` |
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/simple-textin-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "SIMPLETEXTIN_DSN=simpletextin://API_KEY@default?from=FROM"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "85958d0b5782fcf383bf3c7c3090177c91389ff6"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -782,6 +782,9 @@
|
||||
"symfony/sendinblue-notifier": [
|
||||
"5.2"
|
||||
],
|
||||
"symfony/simple-textin-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/sinch-notifier": [
|
||||
"5.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/simple-textin-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "SIMPLETEXTIN_DSN=simpletextin://API_KEY@default?from=FROM"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "85958d0b5782fcf383bf3c7c3090177c91389ff6"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user