using-zf3-book-samples icon indicating copy to clipboard operation
using-zf3-book-samples copied to clipboard

Update dependency zfcampus/zf-development-mode to v3.2.0

Open renovate[bot] opened this issue 2 years ago • 0 comments

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
zfcampus/zf-development-mode require minor ^3.0 -> 3.2.0

Release Notes

zfcampus/zf-development-mode

v3.2.0

Compare Source

Added
  • #​35 adds support for PHP 7.2.

  • #​32 adds a new sub-command, auto-composer. When invoked, it uses the value of the environment variable COMPOSER_DEV_MODE to determine whether to enable or disable development mode locally. If the variable is not present, it does nothing; if 0, it disables development mode, and if 1, it enables development mode. This can be particularly useful as a composer script:

    "scripts": {
      "development-auto": "zf-development-mode auto-composer",
      "post-install-cmd": ["@​development-auto"],
      "post-update-cmd": ["@​development-auto"]
    }
    
Changed
  • #​29 modifies how the enable subcommand copies development config files into the filesystem. On operating systems that are known to support symlink() predictably, the command will now create symlinks instead of copies. These include most Linux, BSD, and MacOS variants.
Deprecated
  • Nothing.
Removed
  • #​35 removes support for HHVM.
Fixed
  • Nothing.

v3.1.0

Compare Source

Added
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] avatar Sep 07 '21 19:09 renovate[bot]