Skip to content

Commit 6d340bf

Browse files
[6.4] Allow 7.0 deps
1 parent 2211316 commit 6d340bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"symfony/deprecation-contracts": "^2.5|^3",
2121
"symfony/polyfill-mbstring": "~1.0",
2222
"symfony/service-contracts": "^2.5|^3",
23-
"symfony/string": "^5.4|^6.0"
23+
"symfony/string": "^5.4|^6.0|^7.0"
2424
},
2525
"require-dev": {
26-
"symfony/config": "^5.4|^6.0",
27-
"symfony/event-dispatcher": "^5.4|^6.0",
28-
"symfony/dependency-injection": "^5.4|^6.0",
29-
"symfony/lock": "^5.4|^6.0",
30-
"symfony/process": "^5.4|^6.0",
31-
"symfony/var-dumper": "^5.4|^6.0",
26+
"symfony/config": "^5.4|^6.0|^7.0",
27+
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
28+
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
29+
"symfony/lock": "^5.4|^6.0|^7.0",
30+
"symfony/process": "^5.4|^6.0|^7.0",
31+
"symfony/var-dumper": "^5.4|^6.0|^7.0",
3232
"psr/log": "^1|^2|^3"
3333
},
3434
"provide": {

0 commit comments

Comments
 (0)