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:
@@ -90,6 +90,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/mailtrap-mailer](https://packagist.org/packages/symfony/mailtrap-mailer) | [7.2](symfony/mailtrap-mailer/7.2) | `mailtrap-mailer`, `mailtrapmailer` |
|
||||
| [symfony/maker-bundle](https://packagist.org/packages/symfony/maker-bundle) | [1.0](symfony/maker-bundle/1.0) | `generator`, `make`, `maker`, `maker-bundle`, `makerbundle` |
|
||||
| [symfony/mastodon-notifier](https://packagist.org/packages/symfony/mastodon-notifier) | [6.3](symfony/mastodon-notifier/6.3) | `mastodon-notifier`, `mastodonnotifier` |
|
||||
| [symfony/matrix-notifier](https://packagist.org/packages/symfony/matrix-notifier) | [7.3](symfony/matrix-notifier/7.3) | `matrix-notifier`, `matrixnotifier` |
|
||||
| [symfony/mattermost-notifier](https://packagist.org/packages/symfony/mattermost-notifier) | [5.1](symfony/mattermost-notifier/5.1) | `mattermost-notifier`, `mattermostnotifier` |
|
||||
| [symfony/mercure-bundle](https://packagist.org/packages/symfony/mercure-bundle) | [0.3](symfony/mercure-bundle/0.3) | `mercure`, `mercure-bundle`, `mercurebundle` |
|
||||
| [symfony/mercure-notifier](https://packagist.org/packages/symfony/mercure-notifier) | [5.3](symfony/mercure-notifier/5.3) | `mercure-notifier`, `mercurenotifier` |
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/matrix-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " chatter_transports:",
|
||||
"content": " matrix: '%env(MATRIX_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "3248858d0b7365a6e3f956f9b9b3a17285fad6f8"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -833,6 +833,9 @@
|
||||
"symfony/mastodon-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/matrix-notifier": [
|
||||
"7.3"
|
||||
],
|
||||
"symfony/mattermost-notifier": [
|
||||
"5.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/matrix-notifier": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " chatter_transports:",
|
||||
"content": " matrix: '%env(MATRIX_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "3248858d0b7365a6e3f956f9b9b3a17285fad6f8"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user