Skip to content

Commit e15de41

Browse files
committed
Allow Symfony 6 HTTP Client to support PHP 8.1 in tests
1 parent 52307f2 commit e15de41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"require-dev": {
3838
"nyholm/psr7": "^1.8",
39-
"symfony/http-client": "^7.0",
39+
"symfony/http-client": "^6.0 || ^7.0",
4040
"php-http/message": "^1.0",
4141
"phpstan/phpstan": "^1.6",
4242
"phpunit/phpunit": "^10.5"

0 commit comments

Comments
 (0)