Skip to content

Commit a23965a

Browse files
committed
Allow Symfony 6
1 parent ddaf185 commit a23965a

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
@@ -38,10 +38,10 @@
3838
"nyholm/psr7": "^1.0",
3939
"php-http/httplug": "^1.0|^2.0",
4040
"psr/http-client": "^1.0",
41-
"symfony/dependency-injection": "^4.4|^5.0",
42-
"symfony/http-kernel": "^4.4.13|^5.1.5",
43-
"symfony/process": "^4.4|^5.0",
44-
"symfony/stopwatch": "^4.4|^5.0"
41+
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
42+
"symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
43+
"symfony/process": "^4.4|^5.0|^6.0",
44+
"symfony/stopwatch": "^4.4|^5.0|^6.0"
4545
},
4646
"autoload": {
4747
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },

0 commit comments

Comments
 (0)