We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467e662 commit 958c074Copy full SHA for 958c074
composer.json
@@ -40,6 +40,7 @@
40
"symfony/uid": "6.3.*",
41
"symfony/validator": "6.3.*",
42
"symfony/web-link": "6.3.*",
43
+ "symfony/webhook": "6.3.*",
44
"symfony/webpack-encore-bundle": "^1.11",
45
"symfony/yaml": "6.3.*",
46
"twig/extra-bundle": "^3.0",
symfony.lock
@@ -567,6 +567,18 @@
567
"config/routes/dev/web_profiler.yaml"
568
]
569
},
570
+ "symfony/webhook": {
571
+ "version": "6.3",
572
+ "recipe": {
573
+ "repo": "github.com/symfony/recipes",
574
+ "branch": "main",
575
576
+ "ref": "0bc853a74c98e448116ba53e118a7b6b3cdf9a03"
577
+ },
578
+ "files": [
579
+ "config/routes/webhook.yaml"
580
+ ]
581
582
"symfony/webpack-encore-bundle": {
583
"version": "1.13",
584
"recipe": {
0 commit comments