Skip to content

Commit 97f8c36

Browse files
committed
Add httpsoft/http-message as dev dependency
1 parent c398c11 commit 97f8c36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^7.4|^8.0"
2323
},
2424
"require-dev": {
25-
"httpsoft/http-response": "^1.0",
25+
"httpsoft/http-message": "^1.0",
2626
"phpunit/phpunit": "^9.3",
2727
"squizlabs/php_codesniffer": "^3.5",
2828
"vimeo/psalm": "^3.14"

tests/SapiEmitterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use HttpSoft\Emitter\EmitterInterface;
88
use HttpSoft\Emitter\SapiEmitter;
9-
use HttpSoft\Response\Response;
9+
use HttpSoft\Message\Response;
1010
use InvalidArgumentException;
1111
use PHPUnit\Framework\TestCase;
1212
use Psr\Http\Message\ResponseInterface;

0 commit comments

Comments
 (0)