zendframework / zend-modulemanager

ModuleManager component from Zend Framework
BSD 3-Clause "New" or "Revised" License
44 stars 27 forks source link

[WIP] Extract module class loader and autoloader into separate module #57

Closed Xerkus closed 7 years ago

Xerkus commented 7 years ago

Get rid of Zend\Loader dependency in backwards (mostly)compatible way

Xerkus commented 7 years ago

It is not that much of a break, it will require installing additional package zendframework/zend-modulemanager-autoloader

Xerkus commented 7 years ago

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?

Xerkus commented 7 years ago

heh. discovered bug where test was not failing before because another test, removed here, loaded required class

weierophinney commented 7 years ago

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.