Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c2c0e8b

Browse filesBrowse 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
Copy full SHA for c2c0e8b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.