Create Flex endpoint

This commit is contained in:
github-action[bot]
2026-09-01 11:36:47 +00:00
commit c5dac3267a
4 changed files with 112 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"aliases": {
"webhook": "symfony/webhook"
},
"recipes": {
"symfony/webhook": [
"6.3",
"7.3",
"8.2"
]
},
"recipe-conflicts": {
"symfony/webhook": {
"8.2": {
"symfony/framework-bundle": "<8.2"
}
}
},
"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-1556/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1556/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
}
}
+23
View File
@@ -0,0 +1,23 @@
{
"manifests": {
"symfony/webhook": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/webhook.yaml": {
"contents": [
"webhook:",
" resource: '@FrameworkBundle/Resources/config/routing/webhook.xml'",
" prefix: /webhook",
""
],
"executable": false
}
},
"ref": "0bc853a74c98e448116ba53e118a7b6b3cdf9a03"
}
}
}
+23
View File
@@ -0,0 +1,23 @@
{
"manifests": {
"symfony/webhook": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/webhook.yaml": {
"contents": [
"webhook:",
" resource: '@FrameworkBundle/Resources/config/routing/webhook.php'",
" prefix: /webhook",
""
],
"executable": false
}
},
"ref": "b70844963dc84e9a99b94ae552efe691d74b087f"
}
}
}
+36
View File
@@ -0,0 +1,36 @@
{
"manifests": {
"symfony/webhook": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<8.2"
}
},
"files": {
"config/packages/webhook.yaml": {
"contents": [
"framework:",
" webhook:",
" signature_format: standard",
" no_private_network: true",
""
],
"executable": false
},
"config/routes/webhook.yaml": {
"contents": [
"webhook:",
" resource: '@FrameworkBundle/Resources/config/routing/webhook.php'",
" prefix: /webhook",
""
],
"executable": false
}
},
"ref": "9df1abfb2eb5b96332a5e2258929ec042db5f782"
}
}
}