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 c398c11 commit 97f8c36Copy full SHA for 97f8c36
composer.json
@@ -22,7 +22,7 @@
22
"php": "^7.4|^8.0"
23
},
24
"require-dev": {
25
- "httpsoft/http-response": "^1.0",
+ "httpsoft/http-message": "^1.0",
26
"phpunit/phpunit": "^9.3",
27
"squizlabs/php_codesniffer": "^3.5",
28
"vimeo/psalm": "^3.14"
tests/SapiEmitterTest.php
@@ -6,7 +6,7 @@
6
7
use HttpSoft\Emitter\EmitterInterface;
8
use HttpSoft\Emitter\SapiEmitter;
9
-use HttpSoft\Response\Response;
+use HttpSoft\Message\Response;
10
use InvalidArgumentException;
11
use PHPUnit\Framework\TestCase;
12
use Psr\Http\Message\ResponseInterface;
0 commit comments