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:
@@ -124,6 +124,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [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` |
|
||||
| [symfony/sms-factor-notifier](https://packagist.org/packages/symfony/sms-factor-notifier) | [6.2](symfony/sms-factor-notifier/6.2) | `sms-factor-notifier`, `smsfactornotifier` |
|
||||
| [symfony/sms-sluzba-notifier](https://packagist.org/packages/symfony/sms-sluzba-notifier) | [6.4](symfony/sms-sluzba-notifier/6.4) | `sms-sluzba-notifier`, `smssluzbanotifier` |
|
||||
| [symfony/sms77-notifier](https://packagist.org/packages/symfony/sms77-notifier) | [5.4](symfony/sms77-notifier/5.4) | `sms77-notifier`, `sms77notifier` |
|
||||
| [symfony/smsapi-notifier](https://packagist.org/packages/symfony/smsapi-notifier) | [5.2](symfony/smsapi-notifier/5.2) | `smsapi-notifier`, `smsapinotifier` |
|
||||
| [symfony/smsbox-notifier](https://packagist.org/packages/symfony/smsbox-notifier) | [7.1](symfony/smsbox-notifier/7.1) | `smsbox-notifier`, `smsboxnotifier` |
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sms-sluzba-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sms-sluzba: '%env(SMS_SLUZBA_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SMS_SLUZBA_DSN=sms-sluzba://USERNAME:PASSWORD@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "de04e7219508c1bc9bfd6cdc0b15c8effcb3efcd"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -909,6 +909,9 @@
|
||||
"symfony/sms-factor-notifier": [
|
||||
"6.2"
|
||||
],
|
||||
"symfony/sms-sluzba-notifier": [
|
||||
"6.4"
|
||||
],
|
||||
"symfony/sms77-notifier": [
|
||||
"5.4"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sms-sluzba-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sms-sluzba: '%env(SMS_SLUZBA_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SMS_SLUZBA_DSN=sms-sluzba://USERNAME:PASSWORD@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "de04e7219508c1bc9bfd6cdc0b15c8effcb3efcd"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user