Create Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-17 15:57:50 +00:00
commit 1de4bd42c6
2 changed files with 45 additions and 0 deletions

23
index.json Normal file
View File

@@ -0,0 +1,23 @@
{
"aliases": {
"prelude-notifier": "symfony/prelude-notifier",
"preludenotifier": "symfony/prelude-notifier"
},
"recipes": {
"symfony/prelude-notifier": [
"8.1"
]
},
"recipe-conflicts": [],
"versions": [],
"branch": "main",
"is_contrib": false,
"_links": {
"repository": "github.com/symfony/recipes",
"origin_template": "{package}:{version}@github.com/symfony/recipes:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1502/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1502/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
}
}

View File

@@ -0,0 +1,22 @@
{
"manifests": {
"symfony/prelude-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " prelude: '%env(PRELUDE_DSN)%'"
}
],
"env": {
"#1": "PRELUDE_DSN=prelude://YOUR_API_KEY@default?sender=YOUR_SENDER_ID"
}
},
"files": [],
"ref": "1fba03f49f62e8aa17a76a1acfed4a70f80338e3"
}
}
}