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:
@@ -106,6 +106,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/phrase-translation-provider](https://packagist.org/packages/symfony/phrase-translation-provider) | [6.4](symfony/phrase-translation-provider/6.4) | `phrase-translation-provider`, `phrasetranslationprovider` |
|
||||
| [symfony/plivo-notifier](https://packagist.org/packages/symfony/plivo-notifier) | [6.3](symfony/plivo-notifier/6.3) | `plivo-notifier`, `plivonotifier` |
|
||||
| [symfony/postmark-mailer](https://packagist.org/packages/symfony/postmark-mailer) | [4.4](symfony/postmark-mailer/4.4) | `postmark-mailer`, `postmarkmailer` |
|
||||
| [symfony/primotexto-notifier](https://packagist.org/packages/symfony/primotexto-notifier) | [7.1](symfony/primotexto-notifier/7.1) | `primotexto-notifier`, `primotextonotifier` |
|
||||
| [symfony/psr7-pack](https://packagist.org/packages/symfony/psr7-pack) | [1.0](symfony/psr7-pack/1.0) | `psr-7`, `psr-17`, `psr7`, `psr17` |
|
||||
| [symfony/pushover-notifier](https://packagist.org/packages/symfony/pushover-notifier) | [6.3](symfony/pushover-notifier/6.3) | `pushover-notifier`, `pushovernotifier` |
|
||||
| [symfony/pushy-notifier](https://packagist.org/packages/symfony/pushy-notifier) | [7.1](symfony/pushy-notifier/7.1) | `pushy-notifier`, `pushynotifier` |
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/primotexto-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " primotexto: '%env(PRIMOTEXTO_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "PRIMOTEXTO_DSN=primotexto://API_KEY@default?from=FROM"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "db0db26d4027530568496a5411403f656a138e3c"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -857,6 +857,9 @@
|
||||
"4.3",
|
||||
"4.4"
|
||||
],
|
||||
"symfony/primotexto-notifier": [
|
||||
"7.1"
|
||||
],
|
||||
"symfony/psr7-pack": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/primotexto-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " primotexto: '%env(PRIMOTEXTO_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "PRIMOTEXTO_DSN=primotexto://API_KEY@default?from=FROM"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "db0db26d4027530568496a5411403f656a138e3c"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user