Skip to content

Releases: legatus-php/container

v0.3.1

27 Dec 23:21
c43a0d3
Compare
Choose a tag to compare

Bugfixes:

  • Fixed accidentally registering Closure when checking for is_object

v0.3.0

27 Dec 23:00
1b218a8
Compare
Choose a tag to compare

New features:

  • Objects can be registered as concrete implementations in the container.
  • Definitions can be aliases many times

v0.2.1

31 Oct 22:00
3a1423a
Compare
Choose a tag to compare
Make the registration of services easier by deferring some work to th…

…e delegates.

v0.2.0

31 Oct 18:09
14b93bd
Compare
Choose a tag to compare

Simplified the internal API

v0.1.0

25 Jul 21:52
eda9de0
Compare
Choose a tag to compare

Initial release with basic features