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:
@@ -107,6 +107,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/postmark-mailer](https://packagist.org/packages/symfony/postmark-mailer) | [4.4](symfony/postmark-mailer/4.4) | `postmark-mailer`, `postmarkmailer` |
|
||||
| [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` |
|
||||
| [symfony/redlink-notifier](https://packagist.org/packages/symfony/redlink-notifier) | [6.4](symfony/redlink-notifier/6.4) | `redlink-notifier`, `redlinknotifier` |
|
||||
| [symfony/requirements-checker](https://packagist.org/packages/symfony/requirements-checker) | [2.0](symfony/requirements-checker/2.0) | `req-check`, `req-checker`, `req-checks`, `reqcheck`, `reqchecker`, `reqchecks`, `requirement-check`, `requirement-checker`, `requirementcheck`, `requirementchecker`, `requirements-checker`, `requirementschecker` |
|
||||
| [symfony/resend-mailer](https://packagist.org/packages/symfony/resend-mailer) | [7.1](symfony/resend-mailer/7.1) | `resend-mailer`, `resendmailer` |
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/pushy-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " pushy: '%env(PUSHY_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "PUSHY_DSN=pushy://API_KEY@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "68cd9c761ad5e30e787a680e92c9c07690f9aaef"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -849,6 +849,9 @@
|
||||
"symfony/pushover-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/pushy-notifier": [
|
||||
"7.1"
|
||||
],
|
||||
"symfony/redlink-notifier": [
|
||||
"6.4"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/pushy-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " texter_transports:",
|
||||
"content": " pushy: '%env(PUSHY_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "PUSHY_DSN=pushy://API_KEY@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "68cd9c761ad5e30e787a680e92c9c07690f9aaef"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user