We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9657377 commit 4e7cbb0Copy full SHA for 4e7cbb0
composer.json
@@ -22,13 +22,15 @@
22
"psr/log": "~1.0|~2.0|~3.0",
23
"php-http/httplug": "^2.3",
24
"nyholm/psr7": "^1.5",
25
- "php-http/discovery": "^1.14"
+ "php-http/discovery": "^1.14",
26
+ "psr/http-client-implementation": "*"
27
},
28
"require-dev": {
29
"phpunit/phpunit": "~9.3.0",
30
"monolog/monolog": "1.*|2.*",
31
"phpstan/phpstan": "^0.12.81",
- "friendsofphp/php-cs-fixer": "^3.5"
32
+ "friendsofphp/php-cs-fixer": "^3.5",
33
+ "php-http/mock-client": "^1.5"
34
35
"suggest": {
36
"monolog/monolog": "Allows to handle logs",
0 commit comments