mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
Update Flex endpoint
This commit is contained in:
@@ -118,6 +118,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/sevenio-notifier](https://packagist.org/packages/symfony/sevenio-notifier) | [7.1](symfony/sevenio-notifier/7.1) | `sevenio-notifier`, `sevenionotifier` |
|
||||
| [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` |
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sevenio-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "SEVENIO_DSN=sevenio://API_KEY@default?from=FROM"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "ef1eefc72cbf353178dc861069f15254ecebbd30"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -889,6 +889,9 @@
|
||||
"symfony/sendinblue-notifier": [
|
||||
"5.2"
|
||||
],
|
||||
"symfony/sevenio-notifier": [
|
||||
"7.1"
|
||||
],
|
||||
"symfony/simple-textin-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sevenio-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "SEVENIO_DSN=sevenio://API_KEY@default?from=FROM"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "ef1eefc72cbf353178dc861069f15254ecebbd30"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user