zendframework / zend-router

Standalone routing implementation for HTTP and console requests
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

zend-mvc is not a conflict #15

Closed weierophinney closed 6 years ago

weierophinney commented 8 years ago

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.

weierophinney commented 8 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.

weierophinney commented 6 years ago

Closing; no issues reported that warrant the change at this time.