mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 10:06:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -145,6 +145,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [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/sweego-notifier](https://packagist.org/packages/symfony/sweego-notifier) | [7.2](symfony/sweego-notifier/7.2) | `sweego-notifier`, `sweegonotifier` |
|
||||
| [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,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sweego-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sweego: '%env(SWEEGO_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SWEEGO_DSN=sweego://API_KEY@default?region=REGION&campaign_type=CAMPAIGN_TYPE"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "32f04ab1fef5ddc1002cce4d1c35758a1c4ad342"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1020,6 +1020,9 @@
|
||||
"symfony/sweego-mailer": [
|
||||
"7.2"
|
||||
],
|
||||
"symfony/sweego-notifier": [
|
||||
"7.2"
|
||||
],
|
||||
"symfony/swiftmailer-bundle": [
|
||||
"2.5"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sweego-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sweego: '%env(SWEEGO_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SWEEGO_DSN=sweego://API_KEY@default?region=REGION&campaign_type=CAMPAIGN_TYPE"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "32f04ab1fef5ddc1002cce4d1c35758a1c4ad342"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user