Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Releases: zendframework/zend-servicemanager-di

zend-servicemanager-di 1.2.1

18 Oct 18:24
1.2.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #18 fixes Zend\ServiceManager\Di\DiServiceFactory::__invoke
    when parameter $options is null.

zend-servicemanager-di 1.2.0

30 Apr 19:20
Compare
Choose a tag to compare

Added

  • #16 adds support for 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #16 removes support for HHVM.

Fixed

  • Nothing.

zend-servicemanager-di 1.1.1

28 Sep 16:42
Compare
Choose a tag to compare

Added

  • #12 adds support for PHP 7.1 and 7.2.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #3 fixes a number of import statements, removing several unused statements, adding missing statements, and fixing those refering to container-interop interfaces.

zend-servicemanager-di 1.1.0

13 Jun 17:17
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #1 removes support for zend-servicemanager v2. Because this package duplicated several classes from zend-servicemanager v2, it caused conflicts, which could be observed when generating an optimized autoloader with Composer.
  • #1 removes support for PHP 5.5, marking PHP 5.6 as the minimum supported version.

Fixed

  • Nothing.

zend-servicemanager-di 1.0.1

09 Jun 21:25
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Imports a patch from zend-mvc that fixes some issues with the DiAbstractServiceFactoryFactory due to incorrect variable names and import statements.

zend-servicemanager-di 1.0.0

06 Apr 13:05
Compare
Choose a tag to compare

First stable release.

This package replaces the zend-servicemanager <-> zend-di integration originally found in zend-servicemanager and zend-mvc in the v2 releases.