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 b362317 commit bf37b15Copy full SHA for bf37b15
composer.json
@@ -22,7 +22,7 @@
22
"php": "^7.4 || ^8.0",
23
"ext-json": "*",
24
"psr/http-client": "^1.0",
25
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.0 || ^2.0",
26
"psr/http-factory": "^1.0"
27
},
28
"require-dev": {
tests/Integration/HttpAdapter/ClientTestCase.php
@@ -8,8 +8,6 @@
8
use Marein\Nchan\Http\Client;
9
use Marein\Nchan\Http\Request;
10
use Marein\Nchan\Http\Url;
11
-use Marein\Nchan\HttpAdapter\Credentials;
12
-use Marein\Nchan\HttpAdapter\HttpStreamWrapperClient;
13
use PHPUnit\Framework\TestCase;
14
15
abstract class ClientTestCase extends TestCase
0 commit comments