zendframework / zend-mvc

Mvc component from Zend Framework
BSD 3-Clause "New" or "Revised" License
105 stars 90 forks source link

Package http-interop/http-middleware is abandoned #316

Open halfpastfouram opened 4 years ago

halfpastfouram commented 4 years ago

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.

michalbundyra commented 4 years ago

@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

weierophinney commented 4 years ago

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.