Skip to content

Commit 3b94fab

Browse files
committed
Upgrade http-interop
1 parent 6d1da1a commit 3b94fab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Bridges/HttpKernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function bootstrap($appBootstrap, $appenv, $debug)
6767
/**
6868
* {@inheritdoc}
6969
*/
70-
public function handle(ServerRequestInterface $request)
70+
public function handle(ServerRequestInterface $request): ResponseInterface
7171
{
7272
if (null === $this->application) {
7373
// internal server error

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-pm/httpkernel-adapter",
33
"license": "MIT",
44
"require": {
5-
"php-pm/php-pm": "^1.0",
5+
"php-pm/php-pm": "^1.0|^2.0",
66
"symfony/http-foundation": "^2.6|^3.0|^4",
77
"symfony/http-kernel": "^2.6|^3.0|^4",
88
"ringcentral/psr7": "^1.2"

0 commit comments

Comments
 (0)