Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-03-15 11:47:11 +00:00
parent 33e926752a
commit ef339490b8
4 changed files with 50 additions and 0 deletions
+1
View File
@@ -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"
}
}
}
+3
View File
@@ -865,6 +865,9 @@
"symfony/webapp-pack": [
"1.0"
],
"symfony/webhook": [
"6.3"
],
"symfony/webpack-encore-bundle": [
"1.0",
"1.6",
+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"
}
}
}