Ocramius/OcraDiCompiler

PR against ZF2 to allow overriding DiAbstractFactory and DiStrictAbstractFactory

Closed this issue · 1 comments

I currently duplicate a lot of code because I cannot override how DiAbstractFactory and DiStrictAbstractFactory are used in ZF2. Setting some factories that can be replaced in ServiceManager could do the trick and reduce the code base in this repository by a huge lot.

This is being handled at zendframework/zendframework#2129