Skip to content

Commit 4e7cbb0

Browse files
committed
Require psr/http-client-implementation
1 parent 9657377 commit 4e7cbb0

File tree

2 files changed

+514
-229
lines changed

2 files changed

+514
-229
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222
"psr/log": "~1.0|~2.0|~3.0",
2323
"php-http/httplug": "^2.3",
2424
"nyholm/psr7": "^1.5",
25-
"php-http/discovery": "^1.14"
25+
"php-http/discovery": "^1.14",
26+
"psr/http-client-implementation": "*"
2627
},
2728
"require-dev": {
2829
"phpunit/phpunit": "~9.3.0",
2930
"monolog/monolog": "1.*|2.*",
3031
"phpstan/phpstan": "^0.12.81",
31-
"friendsofphp/php-cs-fixer": "^3.5"
32+
"friendsofphp/php-cs-fixer": "^3.5",
33+
"php-http/mock-client": "^1.5"
3234
},
3335
"suggest": {
3436
"monolog/monolog": "Allows to handle logs",

0 commit comments

Comments
 (0)