Skip to content

3.0.3

Compare
Choose a tag to compare
@lucatume lucatume released this 24 Jan 07:46
· 111 commits to master since this release

3.0.3

Added

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