Skip to content

Commit 958c074

Browse files
authored
add the Webhook component (#25)
1 parent 467e662 commit 958c074

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"symfony/uid": "6.3.*",
4141
"symfony/validator": "6.3.*",
4242
"symfony/web-link": "6.3.*",
43+
"symfony/webhook": "6.3.*",
4344
"symfony/webpack-encore-bundle": "^1.11",
4445
"symfony/yaml": "6.3.*",
4546
"twig/extra-bundle": "^3.0",

symfony.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,18 @@
567567
"config/routes/dev/web_profiler.yaml"
568568
]
569569
},
570+
"symfony/webhook": {
571+
"version": "6.3",
572+
"recipe": {
573+
"repo": "github.com/symfony/recipes",
574+
"branch": "main",
575+
"version": "6.3",
576+
"ref": "0bc853a74c98e448116ba53e118a7b6b3cdf9a03"
577+
},
578+
"files": [
579+
"config/routes/webhook.yaml"
580+
]
581+
},
570582
"symfony/webpack-encore-bundle": {
571583
"version": "1.13",
572584
"recipe": {

0 commit comments

Comments
 (0)