Skip to content

Commit

Permalink
Merge pull request #43 from laminas/renovate/major-laminas
Browse files Browse the repository at this point in the history
Update dependency laminas/laminas-diactoros to v3
  • Loading branch information
Xerkus committed May 7, 2023
2 parents 2e172c1 + c740b81 commit 88db83f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 28 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.25.2",
"laminas/laminas-diactoros": "^3.0.0",
"phpunit/phpunit": "^10.1.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.11"
Expand Down
40 changes: 14 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test/Emitter/SapiStreamEmitterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public function testDoesNotInjectContentLengthHeaderIfStreamSizeIsUnknown(): voi
$stream->method('isSeekable')->willReturn(false);
$stream->method('isReadable')->willReturn(false);
$stream->method('eof')->willReturn(true);
$stream->method('rewind')->willReturn(true);
$stream->method('getSize')->willReturn(null);
$response = (new Response())
->withStatus(200)
Expand Down

0 comments on commit 88db83f

Please sign in to comment.