Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Releases: jasny/container

1.2.1 - PHPStorm auto-complete

14 Jan 22:10
a30b69d

Choose a tag to compare

If you're using the PHPStorm IDE, install the dynamic return type plugin to get the correct type hint when doing $container->get(SomeInterface::class).

v1.2.0 - Better subcontainer support

28 Oct 15:01
5ad1e8d

Choose a tag to compare

Possible BC break
Use . for sub-containers instead of : and try multiple levels.

Type check for both classes and interfaces.

v1.1.0 - AutowireContainerInterface

04 Sep 19:31
aa3af07

Choose a tag to compare

Implemented AutowireContainerInterface.
Pass parameters to autowire service.

v1.0.0 - Initial release

27 Aug 13:53
c6b41f9

Choose a tag to compare