zend-mvc icon indicating copy to clipboard operation
zend-mvc copied to clipboard

Split middleware support into satellite package and deprecate MiddlewareListener

Open Xerkus opened this issue 6 years ago • 5 comments

Number of issues arose from version incompatibilities due to lack of version constraints on zend-stratigility.

A way forward is to deprecate Middleware listener and introduce satellite package defining dependencies both on zend-mvc and zend-stratigility.

zendframework/zend-mvc-middleware#1

Xerkus avatar Feb 17 '19 03:02 Xerkus

In the absence of this being split out yet, are the correct versions for these dependencies documented for zend-mvc 3.1 + zend-stratigility?

christaggart avatar Jun 28 '19 03:06 christaggart

@christaggart we have the following constraints in our project:

"zendframework/zend-mvc": "^3.1",
"zendframework/zend-stratigility": "<2.2",

that currently installs zend-mvc: 3.1.1 and zend-stratigility: 2.1.2

Afaik, zend-stratigility 2.2 and 3.x don't work with the current zend-mvc.

rieschl avatar Jun 28 '19 06:06 rieschl

BTW: I just saw that the composer.json of the current master also suggests that.

rieschl avatar Jun 28 '19 07:06 rieschl

Hi guys some status? now im using zend events for middleware render next step, thats very ugly

devath0 avatar Aug 07 '19 12:08 devath0

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/8.

weierophinney avatar Dec 31 '19 21:12 weierophinney