This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
MiddlewareListener namespace update for new version of Interop\Http\MiddlewareInterface #256
Closed
Description
Hi!
As http-interop/http=middleware updated their code to comply with PSR-15 changes, MiddlewareListener doesn't got updated to follow the new namespace, only necessary change is the import from:
use Interop\Http\ServerMiddleware\MiddlewareInterface;
to:
use Interop\Http\Server\MiddlewareInterface;
and all keeps working.
I can do the PR or you will wait for the PSR to be approved?
Metadata
Metadata
Assignees
Labels
No labels