Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Add the scheduler component (#26)
  add the Webhook component (#25)
  add the AssetMapper component (#22)
  • Loading branch information
xabbuh committed Jan 20, 2024
2 parents c411d35 + 75436ea commit 4286bbd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"doctrine/orm": "^2.8",
"phpdocumentor/reflection-docblock": "^5.2",
"symfony/asset": "*",
"symfony/asset-mapper": "*",
"symfony/console": "*",
"symfony/dotenv": "*",
"symfony/expression-language": "*",
Expand All @@ -30,6 +31,7 @@
"symfony/property-info": "*",
"symfony/rate-limiter": "*",
"symfony/routing": "*",
"symfony/scheduler": "*",
"symfony/security-bundle": "*",
"symfony/serializer": "*",
"symfony/translation": "*",
Expand Down
12 changes: 12 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,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 4286bbd

Please sign in to comment.