ukautz / wart

Extends the Pimple dependency injection container and provides auto class resolving, instantiation and (constructor) injection
14 stars 1 forks source link

Added aliases, renamed register to autoRegister to comply with pimple… #4

Closed meetmatt closed 6 years ago

meetmatt commented 6 years ago

Adds functionality that allows aliases to be added for service declarations discussed here: https://github.com/ukautz/wart/issues/2

ukautz commented 6 years ago

Thx