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

Releases: zendframework/zend-component-installer

zend-component-installer 2.1.2

04 Sep 19:13
2.1.2
Compare
Choose a tag to compare

Added

  • #57 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-component-installer 2.1.1

21 Mar 16:56
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #54 fixes issues when run with symfony/console v4 releases.

zend-component-installer 2.1.0

08 Feb 15:26
Compare
Choose a tag to compare

Added

  • #52 adds the ability to whitelist packages exposing config providers and/or modules. When whitelisted, the installer will not prompt to inject configuration, but instead do it automatically. This is done at the root package level, using the following configuration:

    "extra": {
      "zf": {
        "component-whitelist": [
          "some/package"
        ]
      }
    }

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-component-installer 2.0.0

06 Feb 17:58
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #49 modifies the default options for installer prompts. If providers and/or modules are discovered, the installer uses the first discovered as the default option, instead of the "Do not inject" option. Additionally, the "remember this selection" prompt now defaults to "y" instead of "n".

Deprecated

  • Nothing.

Removed

  • #50 removes support for PHP versions 5.6 and 7.0.

Fixed

  • Nothing.

zend-component-installer 1.1.1

11 Jan 15:06
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #47 fixes an issue during package removal when a package defines multiple targets (e.g., both "component" and "config-provider") and a ConfigInjectorChain is thus used by the plugin; previously, an error was raised due to an attempt to call a method the ConfigInjectorChain does not define.

zend-component-installer 1.1.0

06 Nov 22:52
Compare
Choose a tag to compare

Added

  • #42 adds support for PHP 7.2.

Deprecated

  • Nothing.

Removed

  • #42 removes support for HHVM.

Fixed

  • #40 and #44 fix an issue whereby packages that define an array of paths for a PSR-0 or PSR-4 autoloader would cause the installer to error. The installer now properly handles these situations.

zend-component-installer 1.0.0

25 Apr 16:47
Compare
Choose a tag to compare

First stable release.

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-component-installer 0.7.1

11 Apr 19:17
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #38 fixes an issue with detection of config providers in ConfigAggregator-based configuration files. Previously, entries that were globally qualified (prefixed with \\) were not properly detected, leading to the installer re-asking to inject.

zend-component-installer 0.7.0

22 Feb 17:45
Compare
Choose a tag to compare

Added

Changes

  • #34 updates the internal architecture such that the Composer IOInterface no longer needs to be passed during config discovery or injection; instead, try/catch blocks are used within code exercising these classes, which already composes IOInterface instances. As such, a number of public methods that were receiving IOInterface instances now remove that argument. If you were extending any of these classes, you will need to update accordingly.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-component-installer 0.6.0

09 Jan 14:50
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.