Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 9, 2018

Bumps zendframework/zend-config from 3.1.0 to 3.2.0.

Release notes

Sourced from zendframework/zend-config's releases.

zend-config 3.2.0

Added

  • #47 adds Zend\Config\Writer\JavaProperties, a complement to
    Zend\Config\Reader\JavaProperties, for writing JavaProperties files from configuration. The writer supports
    specifying an alternate key/value delimiter (the default is ":") via the constructor.

  • #46 adds a constructor option to the JavaProperties reader to allow
    users to indicate keys and values from the configuration should be trimmed of whitespace:

    $reader = new JavaProperties(
      JavaProperties::DELIMITER_DEFAULT, // or ":"
      JavaProperties::WHITESPACE_TRIM,   // or true; default is false
    );
  • #45 adds the ability to specify an alternate key/value delimiter to
    the JavaProperties config reader via the constructor: $reader = new JavaProperties("=");.

  • #42 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #42 removes support for HHVM.

Fixed

  • Nothing.
Changelog

Sourced from zendframework/zend-config's changelog.

3.2.0 - 2018-04-24

Added

  • #47 adds Zend\Config\Writer\JavaProperties, a complement to
    Zend\Config\Reader\JavaProperties, for writing JavaProperties files from configuration. The writer supports
    specifying an alternate key/value delimiter (the default is ":") via the constructor.

  • #46 adds a constructor option to the JavaProperties reader to allow
    users to indicate keys and values from the configuration should be trimmed of whitespace:

    $reader = new JavaProperties(
      JavaProperties::DELIMITER_DEFAULT, // or ":"
      JavaProperties::WHITESPACE_TRIM,   // or true; default is false
    );
  • #45 adds the ability to specify an alternate key/value delimiter to
    the JavaProperties config reader via the constructor: $reader = new JavaProperties("=");.

  • #42 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #42 removes support for HHVM.

Fixed

  • Nothing.
Commits
  • 6796f5d 3.2.0 readiness
  • 4f1d4f9 Sets date for 3.2.0 in CHANGELOG
  • bc5ddfa Removes empty 3.1.1 entry from CHANGELOG
  • 11af592 Updates branch aliases
  • d4be7b8 Merging develop to master in preparation for 3.2.0 release.
  • c13901c Documents the delimiter and whitespace constructor arguments of JavaProperties
  • b662a4c Merge branch 'feature/44-javaproperties-writer' into develop
  • 104bcba Adds CHANGELOG entry for #47
  • 2e712d5 Documents new JavaProperties writer
  • 059e35e Adds JavaProperties writer entries to plugin managers
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@jbelien jbelien merged commit adadabb into master Jun 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants