Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bae236d

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 4ababf2 commit bae236d

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
@@ -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",

0 commit comments

Comments
 (0)