We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The package http-interop/http-middleware is abandoned. You'll get this if you install zend-mvc version 3.1.1 with composer:
http-interop/http-middleware
Package http-interop/http-middleware is abandoned, you should avoid using it. Use http-interop/http-server-middleware instead.
Run in your favourite terminal:
$ composer require zendframework/zend-mvc
No warnings are expected.
A warning is displayed that the http-interop/http-middleware is abandoned.
Originally posted by @halfpastfouram at zendframework/zend-mvc#316
The text was updated successfully, but these errors were encountered:
@halfpastfouram Thanks, we know about it and we are working on package https://github.com/zendframework/zend-mvc-middleware/ so middleware implementation in MVC can be extracted.
/cc @Xerkus
Originally posted by @michalbundyra at zendframework/zend-mvc#316 (comment)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The package
http-interop/http-middleware
is abandoned. You'll get this if you install zend-mvc version 3.1.1 with composer:Code to reproduce the issue
Run in your favourite terminal:
Expected results
No warnings are expected.
Actual results
A warning is displayed that the http-interop/http-middleware is abandoned.
Originally posted by @halfpastfouram at zendframework/zend-mvc#316
The text was updated successfully, but these errors were encountered: