commit 6e00ff20cb3dc4e89b2000b20422b6ce639acd2d Author: github-action[bot] <> Date: Thu Aug 20 11:19:50 2026 +0000 Create Flex endpoint diff --git a/index.json b/index.json new file mode 100644 index 00000000..c5aa7299 --- /dev/null +++ b/index.json @@ -0,0 +1,24 @@ +{ + "aliases": { + "webhook": "symfony/webhook" + }, + "recipes": { + "symfony/webhook": [ + "6.3", + "7.3", + "8.2" + ] + }, + "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-1562/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1562/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..c04e9e56 --- /dev/null +++ b/symfony.webhook.8.2.json @@ -0,0 +1,34 @@ +{ + "manifests": { + "symfony/webhook": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/webhook.yaml": { + "contents": [ + "framework:", + " webhook:", + " # see https://www.standardwebhooks.com/", + " # use \"transitional\" to also emit the legacy signature while migrating existing subscribers", + " signature_format: standard", + "" + ], + "executable": false + }, + "config/routes/webhook.yaml": { + "contents": [ + "webhook:", + " resource: '@FrameworkBundle/Resources/config/routing/webhook.php'", + " prefix: /webhook", + "" + ], + "executable": false + } + }, + "ref": "3bdb63df45e08b3a4358a837aed4396c48552dac" + } + } +}