Releases: jitesoft/php-container
Releases · jitesoft/php-container
Release list
5.1.0
5.0.0
- 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
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.