Skip to content

Commit 4286bbd

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Add the scheduler component (#26) add the Webhook component (#25) add the AssetMapper component (#22)
2 parents c411d35 + 75436ea commit 4286bbd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"doctrine/orm": "^2.8",
1212
"phpdocumentor/reflection-docblock": "^5.2",
1313
"symfony/asset": "*",
14+
"symfony/asset-mapper": "*",
1415
"symfony/console": "*",
1516
"symfony/dotenv": "*",
1617
"symfony/expression-language": "*",
@@ -30,6 +31,7 @@
3031
"symfony/property-info": "*",
3132
"symfony/rate-limiter": "*",
3233
"symfony/routing": "*",
34+
"symfony/scheduler": "*",
3335
"symfony/security-bundle": "*",
3436
"symfony/serializer": "*",
3537
"symfony/translation": "*",

symfony.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,18 @@
525525
"config/routes/dev/web_profiler.yaml"
526526
]
527527
},
528+
"symfony/webhook": {
529+
"version": "6.3",
530+
"recipe": {
531+
"repo": "github.com/symfony/recipes",
532+
"branch": "main",
533+
"version": "6.3",
534+
"ref": "0bc853a74c98e448116ba53e118a7b6b3cdf9a03"
535+
},
536+
"files": [
537+
"config/routes/webhook.yaml"
538+
]
539+
},
528540
"symfony/webpack-encore-bundle": {
529541
"version": "1.13",
530542
"recipe": {

0 commit comments

Comments
 (0)