mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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` |
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -865,6 +865,9 @@
|
||||
"symfony/webapp-pack": [
|
||||
"1.0"
|
||||
],
|
||||
"symfony/webhook": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/webpack-encore-bundle": [
|
||||
"1.0",
|
||||
"1.6",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user