Skip to content
This repository has been 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
yurivecchi opened this issue Oct 27, 2017 · 1 comment

Comments

@yurivecchi
Copy link

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?

@froschdesign
Copy link
Member

Interop\Http\Server\MiddlewareInterface is deprecated in favor of PSR-15.

See also: #259 – open for comments!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants