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

Releases: zendframework/zend-pimple-config

zend-pimple-config 1.1.1

01 May 21:44
1.1.1
32b96ca
Compare
Choose a tag to compare

Added

  • #11 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-pimple-config 1.1.0

11 Apr 17:54
Compare
Choose a tag to compare

Added

  • #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.

zend-pimple-config 1.0.0

15 Mar 19:46
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #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.

zend-pimple-config 1.0.0alpha1

07 Feb 16:08
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #3 removes support for PHP versions prior to PHP 7.1.

zend-pimple-config 0.2.0

21 Nov 15:21
Compare
Choose a tag to compare

Initial release as package zendframework/zend-pimple-config.

zend-pimple-config 0.1.0

27 Sep 22:13
0.1.0
Compare
Choose a tag to compare
webimpress/zend-pimple-config 0.1.0

Initial release.

Pimple container configurator

Zend\ServiceManager configuration is translated to configure Pimple
container. It supports now:
  - services
  - invokables
  - factories
  - aliases
  - delegators
  - extensions (*not available with Zend\ServiceManager or Aura.Di
    container configurator)