Skip to content

Commit c2c0e8b

Browse files
committed
do not allow symfony/json-encoder 7.4 yet
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.
1 parent aa23093 commit c2c0e8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 2 additions & 1 deletion
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)