Skip to content

Commit 8ced9d9

Browse files
committed
minor #60363 [FrameworkBundle] bump min constraint for the ObjectMapper component (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] bump min constraint for the ObjectMapper component | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT fixes the low deps job, we should revert this change after the next beta/rc/stable release Commits ------- fe4f1ee bump min constraint for the ObjectMapper component
2 parents 925dacb + fe4f1ee commit 8ced9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"symfony/messenger": "^6.4|^7.0",
5555
"symfony/mime": "^6.4|^7.0",
5656
"symfony/notifier": "^6.4|^7.0",
57-
"symfony/object-mapper": "^7.3",
57+
"symfony/object-mapper": "^v7.3.0-beta2",
5858
"symfony/process": "^6.4|^7.0",
5959
"symfony/rate-limiter": "^6.4|^7.0",
6060
"symfony/scheduler": "^6.4.4|^7.0.4",

0 commit comments

Comments
 (0)