You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: