Skip to content

Commit 9d983af

Browse files
[6.4] Allow 7.0 deps
1 parent b2f892c commit 9d983af

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
@@ -37,10 +37,10 @@
3737
"nyholm/psr7": "^1.0",
3838
"php-http/httplug": "^1.0|^2.0",
3939
"psr/http-client": "^1.0",
40-
"symfony/dependency-injection": "^5.4|^6.0",
41-
"symfony/http-kernel": "^5.4|^6.0",
42-
"symfony/process": "^5.4|^6.0",
43-
"symfony/stopwatch": "^5.4|^6.0"
40+
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
41+
"symfony/http-kernel": "^5.4|^6.0|^7.0",
42+
"symfony/process": "^5.4|^6.0|^7.0",
43+
"symfony/stopwatch": "^5.4|^6.0|^7.0"
4444
},
4545
"conflict": {
4646
"php-http/discovery": "<1.15",

0 commit comments

Comments
 (0)