Skip to content

Commit c28b11a

Browse files
committed
conflict with 7.4 releases of experimental components
1 parent d2cd5d4 commit c28b11a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"symfony/polyfill-mbstring": "~1.0"
2121
},
2222
"require-dev": {
23-
"symfony/json-streamer": "^7.3"
23+
"symfony/json-streamer": "7.3.*"
24+
},
25+
"conflict": {
26+
"symfony/json-streamer": ">=7.4"
2427
},
2528
"autoload": {
2629
"psr-4": { "Symfony\\Component\\JsonPath\\": "" },

0 commit comments

Comments
 (0)