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

zend-component-installer 2.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 08 Feb 15:26
· 56 commits to master since this release

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.