diff --git a/RECIPES.md b/RECIPES.md index 4315a6a2..a75975a6 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -128,6 +128,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/web-profiler-bundle](https://packagist.org/packages/symfony/web-profiler-bundle) | [6.1](symfony/web-profiler-bundle/6.1) | `web-profiler-bundle`, `webprofilerbundle` | | [symfony/web-server-bundle](https://packagist.org/packages/symfony/web-server-bundle) | [3.3](symfony/web-server-bundle/3.3) | `server`, `web-server`, `web-server-bundle`, `webserver`, `webserverbundle` | | [symfony/webapp-pack](https://packagist.org/packages/symfony/webapp-pack) | [1.0](symfony/webapp-pack/1.0) | `webapp` | +| [symfony/webhook](https://packagist.org/packages/symfony/webhook) | [6.3](symfony/webhook/6.3) | `webhook` | | [symfony/webpack-encore-bundle](https://packagist.org/packages/symfony/webpack-encore-bundle) | [1.10](symfony/webpack-encore-bundle/1.10) | `encore`, `ux`, `webpack`, `webpack-encore`, `webpack-encore-bundle`, `webpackencore`, `webpackencorebundle` | | [symfony/workflow](https://packagist.org/packages/symfony/workflow) | [3.3](symfony/workflow/3.3) | `workflow` | | [symfony/yunpian-notifier](https://packagist.org/packages/symfony/yunpian-notifier) | [5.4](symfony/yunpian-notifier/5.4) | `yunpian-notifier`, `yunpiannotifier` | diff --git a/archived/symfony.webhook/0bc853a74c98e448116ba53e118a7b6b3cdf9a03.json b/archived/symfony.webhook/0bc853a74c98e448116ba53e118a7b6b3cdf9a03.json new file mode 100644 index 00000000..d79eb2eb --- /dev/null +++ b/archived/symfony.webhook/0bc853a74c98e448116ba53e118a7b6b3cdf9a03.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/index.json b/index.json index aa716365..b12e8a0c 100644 --- a/index.json +++ b/index.json @@ -865,6 +865,9 @@ "symfony/webapp-pack": [ "1.0" ], + "symfony/webhook": [ + "6.3" + ], "symfony/webpack-encore-bundle": [ "1.0", "1.6", 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" + } + } +}