Skip to content

Commit 3bea1d0

Browse files
committed
Fix symfony/http-client PHP version compatibility
Broaden symfony/http-client constraint from ^7.3 to ^6.4 || ^7.0 to support PHP 8.1, as symfony/http-client 7.3+ requires PHP 8.2+.
1 parent 197e75e commit 3bea1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"phpstan/phpstan-deprecation-rules": "^1.0",
1717
"phpstan/phpstan-phpunit": "^1.0",
1818
"spatie/ray": "^1.28",
19-
"symfony/http-client": "^7.3"
19+
"symfony/http-client": "^6.4 || ^7.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)