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 95c43e3

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

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.