Skip to content

Releases: jitesoft/php-container

5.1.0

15 Aug 15:38
Compare
Choose a tag to compare

Php 8.1+

Fixed some deprecation warnings due to inheriting array-access.

5.0.0

11 Jun 17:57
Compare
Choose a tag to compare
  • PHP 8+ now required.
  • New interface (mainly internal, but feel free to use) for container (Jitesoft\Container\ContainerInterface).
  • Added new function for singletons ($container->singleton(...) as a direct way to add singletons.
  • Implemented new function to allow resolving concretes by a callable instead of class or resolved object.

4.1.0

30 Aug 16:39
Compare
Choose a tag to compare

Last php 7.2 release.

After 4.1.0 (which will then bump to 5.0.0) the container will require php 7.4.2 or higher.

Version 1.0.0

22 Dec 09:51
db7648d
Compare
Choose a tag to compare
Added travis badge to readme.