Skip to content

Commit

Permalink
add the Webhook component (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 22, 2023
1 parent 467e662 commit 958c074
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"symfony/uid": "6.3.*",
"symfony/validator": "6.3.*",
"symfony/web-link": "6.3.*",
"symfony/webhook": "6.3.*",
"symfony/webpack-encore-bundle": "^1.11",
"symfony/yaml": "6.3.*",
"twig/extra-bundle": "^3.0",
Expand Down
12 changes: 12 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,18 @@
"config/routes/dev/web_profiler.yaml"
]
},
"symfony/webhook": {
"version": "6.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.3",
"ref": "0bc853a74c98e448116ba53e118a7b6b3cdf9a03"
},
"files": [
"config/routes/webhook.yaml"
]
},
"symfony/webpack-encore-bundle": {
"version": "1.13",
"recipe": {
Expand Down

0 comments on commit 958c074

Please sign in to comment.