Skip to content

Commit

Permalink
Allow Symfony 6 HTTP Client to support PHP 8.1 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Apr 9, 2024
1 parent 52307f2 commit e15de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"nyholm/psr7": "^1.8",
"symfony/http-client": "^7.0",
"symfony/http-client": "^6.0 || ^7.0",
"php-http/message": "^1.0",
"phpstan/phpstan": "^1.6",
"phpunit/phpunit": "^10.5"
Expand Down

0 comments on commit e15de41

Please sign in to comment.