Skip to content

Commit eddf28e

Browse files
authored
Merge pull request #43 from zaporylie/issue/38
Fix #38: Open up for php-http/httplug 2.0 to support Guzzle7
2 parents 6ddcc03 + 7244cc3 commit eddf28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"php": "^7.2 || ^8.0",
88
"psr/http-message": "^1.0",
99
"php-http/message": "^1.6",
10-
"php-http/httplug": "^1.0",
10+
"php-http/httplug": "^1.0 || ^2.0",
1111
"php-http/client-implementation": "^1.0",
1212
"php-http/discovery": "^1.0",
1313
"eloquent/enumeration": "^5.1",
1414
"jms/serializer": "^1.8 || ^3.0"
1515
},
1616
"require-dev": {
17-
"php-http/guzzle6-adapter": "^1.0",
17+
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
1818
"phpunit/phpunit": ">=5 <9",
1919
"symfony/yaml": "^2.0",
2020
"symfony/filesystem": "^3.1",

0 commit comments

Comments
 (0)