Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant