Removed hard coded dependency to Zend\Mvc from Zend\ModuleManager#7060
Removed hard coded dependency to Zend\Mvc from Zend\ModuleManager#7060RalfEggert wants to merge 2 commits into
Conversation
|
This can gladly land in 2.3.4 as well |
|
Sounds great. I just wonder if the https://github.com/zendframework/zf2/blob/master/library/Zend/ModuleManager/composer.json shouldn't be amended as well? |
|
@RalfEggert yes please :-) |
|
I'll do it tonight. |
|
I only deleted the |
|
@RalfEggert should probably still be in |
|
Hmm. But it wasn't in the |
|
Nope, the hard dep should go away, but the tests may still rely on the Mvc component (has to be checked, eventually) |
|
Merged after cherry-picking onto a new branch from |
…nager-mvc-dependency' Close zendframework/zendframework#7060
…nager-mvc-dependency' into develop Close zendframework/zendframework#7060 Forward port zendframework/zendframework#7060
Remove the hard coded dependency to the
Zend\Mvc\MvcEvent::EVENT_BOOTSTRAPconstant fromZend\ModuleManagercomponent by adding a new constant toZend\ModuleManager\ModuleManager.Look at #6933