Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@moufmouf moufmouf released this 20 Sep 14:16
· 68 commits to master since this 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 and getExtensions. 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