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:
@@ -140,6 +140,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [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.13](symfony/stimulus-bundle/2.13) | `stimulus`, `stimulus-bundle`, `stimulusbundle` |
|
||||
| [symfony/sweego-mailer](https://packagist.org/packages/symfony/sweego-mailer) | [7.2](symfony/sweego-mailer/7.2) | `sweego-mailer`, `sweegomailer` |
|
||||
| [symfony/swiftmailer-bundle](https://packagist.org/packages/symfony/swiftmailer-bundle) | [2.5](symfony/swiftmailer-bundle/2.5) | `swiftmailer`, `swiftmailer-bundle`, `swiftmailerbundle` |
|
||||
| [symfony/telegram-notifier](https://packagist.org/packages/symfony/telegram-notifier) | [5.0](symfony/telegram-notifier/5.0) | `telegram-notifier`, `telegramnotifier` |
|
||||
| [symfony/telnyx-notifier](https://packagist.org/packages/symfony/telnyx-notifier) | [5.4](symfony/telnyx-notifier/5.4) | `telnyx-notifier`, `telnyxnotifier` |
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sweego-mailer": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "MAILER_DSN=sweego+api://API_KEY@default",
|
||||
"#2": "MAILER_DSN=sweego+smtp://LOGIN:PASSWORD@HOST:PORT"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "633f6d6e1ae3e0f7abd24ed3945e094d369aadde"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -994,6 +994,9 @@
|
||||
"2.9",
|
||||
"2.13"
|
||||
],
|
||||
"symfony/sweego-mailer": [
|
||||
"7.2"
|
||||
],
|
||||
"symfony/swiftmailer-bundle": [
|
||||
"2.5"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sweego-mailer": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "MAILER_DSN=sweego+api://API_KEY@default",
|
||||
"#2": "MAILER_DSN=sweego+smtp://LOGIN:PASSWORD@HOST:PORT"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "633f6d6e1ae3e0f7abd24ed3945e094d369aadde"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user