-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to latest PSR-15 interfaces #60
Comments
@danizord What is the next action on this? Looks like it's not totally ready right? We could look at it if needed. |
@danizord I'm wondering if |
Now that PSR-15 was approved, we can implement the official interfaces directly. Would you like to take this one? :)
Nope. This package can be used with any PSR-15 compatible middleware dispatcher. |
@danizord what do you think of this diff? https://github.com/zf-fr/zfr-eb-worker/compare/master...Enoptea:feature/router-middleware?expand=1 There is more work in it but should let you see if it's ok for you on the PSR-15 changes. |
The latest release of proposed interfaces were moved to a new package: https://github.com/http-interop/http-server-middleware. We should take the same strategy as Zend\Expressive here:
The text was updated successfully, but these errors were encountered: