Skip to content

Commit cfae085

Browse files
committed
Support symfony/http-client 8.x
1 parent 8ae4e60 commit cfae085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"require": {
1414
"php": ">=8.1",
1515
"psr/log": "^1|^2|^3",
16-
"symfony/http-client": "^5.4|^6.4|^7.0"
16+
"symfony/http-client": "^5.4|^6.4|^7.0|^8.0"
1717
},
1818
"require-dev": {
19-
"symfony/phpunit-bridge": "^6.0|^7.0"
19+
"symfony/phpunit-bridge": "^6.0|^7.0|^8.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)