mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -126,6 +126,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [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/sipgate-notifier](https://packagist.org/packages/symfony/sipgate-notifier) | [7.2](symfony/sipgate-notifier/7.2) | `sipgate-notifier`, `sipgatenotifier` |
|
||||
| [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` |
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sipgate-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sipgate: '%env(SIPGATE_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SIPGATE_DSN=sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "17de1f26f1a1e47502ded261ac693281d95a356f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -938,6 +938,9 @@
|
||||
"symfony/sinch-notifier": [
|
||||
"5.1"
|
||||
],
|
||||
"symfony/sipgate-notifier": [
|
||||
"7.2"
|
||||
],
|
||||
"symfony/slack-notifier": [
|
||||
"5.0",
|
||||
"5.1",
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/sipgate-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " sipgate: '%env(SIPGATE_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "SIPGATE_DSN=sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "17de1f26f1a1e47502ded261ac693281d95a356f"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user