Skip to content

Commit 89bc6d5

Browse files
[6.4] Allow 7.0 deps
1 parent f2e190e commit 89bc6d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"symfony/polyfill-mbstring": "~1.0"
2424
},
2525
"require-dev": {
26-
"symfony/error-handler": "^5.4|^6.0",
27-
"symfony/intl": "^6.2",
28-
"symfony/http-client": "^5.4|^6.0",
26+
"symfony/error-handler": "^5.4|^6.0|^7.0",
27+
"symfony/intl": "^6.2|^7.0",
28+
"symfony/http-client": "^5.4|^6.0|^7.0",
2929
"symfony/translation-contracts": "^2.5|^3.0",
30-
"symfony/var-exporter": "^5.4|^6.0"
30+
"symfony/var-exporter": "^5.4|^6.0|^7.0"
3131
},
3232
"conflict": {
3333
"symfony/translation-contracts": "<2.5"

0 commit comments

Comments
 (0)