3.0.3
3.0.3
Added
- The container now registers Service Providers using its own
Container::get()
method, instead of thenew
keyword. This allows Service Providers to utilize dependency injection. (thanks @defunctl). - Additional contextual binding examples for primitives + service provider documentation in the README.