v0.4.0
Pre-release
Pre-release
This new release introduces breaking changes:
- Interface name was renamed to
ServiceProviderInterface
to map more closely PHP-FIG naming conventions. See #34 - Since PSR-11 was passed, factories are passed PSR-11 container instead of container-interop containers. See #36
getServices
was split in two methods:getFactories
andgetExtensions
. See #39- In extensions, the previous value of the service is no more a
callable
resolving the service but is directly the service value. See #39