Closed weierophinney closed 6 years ago
This change may or may not be necessary.
zend-mvc v3 requires zend-router already, which means if you depend specifically on zend-mvc, you'll always have a router implementation present.
The issue will be if you want/need to depend on both. I'll leave this patch unmerged until I see there are people who require it.
Closing; no issues reported that warrant the change at this time.
Despite #5, the classes in this package do not conflict with those in zend-mvc v2, and, in point of fact, marking this package as a conflict makes it impossible to create forwards-compatible packages that work with routing.