zend-mvc
zend-mvc copied to clipboard
Split middleware support into satellite package and deprecate MiddlewareListener
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
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 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.
BTW: I just saw that the composer.json of the current master also suggests that.
Hi guys some status? now im using zend events for middleware render next step, thats very ugly
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.