Skip to content

Commit 95c43e3

Browse files
committed
minor #59180 [FrameworkBundle] do not allow symfony/json-encoder 7.4 yet (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] do not allow symfony/json-encoder 7.4 yet | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT The component is experimental. Claiming to be compatible with 7.4 could lead to having to change a stable 7.3 release of the FrameworkBundle if the JsonEncoder component introduced BC breaks in 7.4. Commits ------- c2c0e8b do not allow symfony/json-encoder 7.4 yet
2 parents 812c533 + c2c0e8b commit 95c43e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"symfony/workflow": "^6.4|^7.0",
7070
"symfony/yaml": "^6.4|^7.0",
7171
"symfony/property-info": "^6.4|^7.0",
72-
"symfony/json-encoder": "^7.3",
72+
"symfony/json-encoder": "7.3.*",
7373
"symfony/uid": "^6.4|^7.0",
7474
"symfony/web-link": "^6.4|^7.0",
7575
"symfony/webhook": "^7.2",
@@ -88,6 +88,7 @@
8888
"symfony/dom-crawler": "<6.4",
8989
"symfony/http-client": "<6.4",
9090
"symfony/form": "<6.4",
91+
"symfony/json-encoder": ">=7.4",
9192
"symfony/lock": "<6.4",
9293
"symfony/mailer": "<6.4",
9394
"symfony/messenger": "<6.4",

0 commit comments

Comments
 (0)