Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-02-15 11:24:00 +00:00
parent 47afc53ba5
commit 3e0def06cb
4 changed files with 48 additions and 0 deletions
+1
View File
@@ -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"
}
}
}
+3
View File
@@ -849,6 +849,9 @@
"symfony/pushover-notifier": [
"6.3"
],
"symfony/pushy-notifier": [
"7.1"
],
"symfony/redlink-notifier": [
"6.4"
],
+22
View File
@@ -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"
}
}
}