You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
#6 and #10 add support for shared and shared_by_default configuration, allowing the ability to selectively alter whether or not a shared instance is returned by the container for a given service.
Changed
Nothing.
Deprecated
Nothing.
Removed
Nothing.
Fixed
#10 fixes factory configuration support to test that a factory class name is callable before allowing registration of the factory.
#10 fixes how aliases to shared services work; they should never return a cloned instance of the service.
#3 removes support for PHP versions prior to PHP 7.1.
Fixed
#7 fixes how invokable configuration is processed, ensuring that if the key and value are not the same, an alias is created, aliasing the key to the class name.