zend-mvc
zend-mvc copied to clipboard
Package http-interop/http-middleware is abandoned
- [x] I was not able to find an open or closed issue matching what I'm seeing.
- [x] This is not a question. (Questions should be asked on slack (Signup for Slack here) or our forums.)
The package http-interop/http-middleware is abandoned. You'll get this if you install zend-mvc version 3.1.1 with composer:
Package http-interop/http-middleware is abandoned, you should avoid using it. Use http-interop/http-server-middleware instead.
Code to reproduce the issue
Run in your favourite terminal:
$ composer require zendframework/zend-mvc
Expected results
No warnings are expected.
Actual results
A warning is displayed that the http-interop/http-middleware is abandoned.
@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
This repository has been closed and moved to laminas/laminas-mvc; a new issue has been opened at https://github.com/laminas/laminas-mvc/issues/1.