Closed Xerkus closed 7 years ago
It is not that much of a break, it will require installing additional package zendframework/zend-modulemanager-autoloader
And yes, next major release should have it removed completely
This composer error makes no sense. Why does it install locally but not on travis?
heh. discovered bug where test was not failing before because another test, removed here, loaded required class
I agree with @Ocramius here. If the code will still be in ModuleManager
to test for the classes and register them, there is tight integration. It makes more sense to create a release in the 2.X series indicating that the features are deprecated and will be removed in the next major release, as we can then also remove the tight-coupling, and will not need to maintain an additional repository that will only be abandoned.
Get rid of
Zend\Loader
dependency in backwards (mostly)compatible way