Skip to content

Commit

Permalink
Missed dependency added, minor code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
remorhaz committed Jun 1, 2020
1 parent 807599b commit 21806b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -26,6 +26,7 @@
"amphp/amp": "^2.3",
"amphp/http": "^1.5",
"amphp/http-client": "^4",
"amphp/byte-stream": "^1.7",
"psr/http-message": "^1",
"psr/http-factory": "^1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/PsrAdapter.php
Expand Up @@ -4,8 +4,8 @@

use Amp\ByteStream\InputStream;
use Amp\Coroutine;
use Amp\Http\Client\Psr7\Internal\PsrStreamBody;
use Amp\Http\Client\Psr7\Internal\PsrInputStream;
use Amp\Http\Client\Psr7\Internal\PsrStreamBody;
use Amp\Http\Client\Request;
use Amp\Http\Client\Response;
use Amp\Promise;
Expand Down
1 change: 0 additions & 1 deletion test/Internal/PsrStreamBodyTest.php
Expand Up @@ -3,7 +3,6 @@
namespace Amp\Http\Client\Psr7\Internal;

use Amp\ByteStream\InputStream;
use Amp\Http\Client\Psr7\Internal\PsrStreamBody;
use Amp\PHPUnit\AsyncTestCase;
use Amp\Promise;
use Laminas\Diactoros\StreamFactory;
Expand Down

0 comments on commit 21806b6

Please sign in to comment.