From c5dac3267a77450b8eaf34f24ac44a6b07a2f334 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 1 Sep 2026 11:36:47 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 30 ++++++++++++++++++++++++++++++ symfony.webhook.6.3.json | 23 +++++++++++++++++++++++ symfony.webhook.7.3.json | 23 +++++++++++++++++++++++ symfony.webhook.8.2.json | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 112 insertions(+) create mode 100644 index.json create mode 100644 symfony.webhook.6.3.json create mode 100644 symfony.webhook.7.3.json create mode 100644 symfony.webhook.8.2.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..901973d7 --- /dev/null +++ b/index.json @@ -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" + } +} diff --git a/symfony.webhook.6.3.json b/symfony.webhook.6.3.json new file mode 100644 index 00000000..d79eb2eb --- /dev/null +++ b/symfony.webhook.6.3.json @@ -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" + } + } +} diff --git a/symfony.webhook.7.3.json b/symfony.webhook.7.3.json new file mode 100644 index 00000000..440a15a8 --- /dev/null +++ b/symfony.webhook.7.3.json @@ -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" + } + } +} diff --git a/symfony.webhook.8.2.json b/symfony.webhook.8.2.json new file mode 100644 index 00000000..3726f777 --- /dev/null +++ b/symfony.webhook.8.2.json @@ -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" + } + } +}