Skip to content
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
@yurivecchi

Description

@yurivecchi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions