geo6 / geocoder

GNU General Public License v3.0
2 stars 0 forks source link

Bump zendframework/zend-config from 3.1.0 to 3.2.0 #18

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps zendframework/zend-config from 3.1.0 to 3.2.0.

Release notes *Sourced from zendframework/zend-config's [releases](https://github.com/zendframework/zend-config/releases).* > ## zend-config 3.2.0 > Added > ----- > > - [#47](https://github-redirect.dependabot.com/zendframework/zend-config/pull/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](https://github-redirect.dependabot.com/zendframework/zend-config/pull/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: > > ```php > $reader = new JavaProperties( > JavaProperties::DELIMITER_DEFAULT, // or ":" > JavaProperties::WHITESPACE_TRIM, // or true; default is false > ); > ``` > > - [#45](https://github-redirect.dependabot.com/zendframework/zend-config/pull/45) adds the ability to specify an alternate key/value delimiter to > the JavaProperties config reader via the constructor: `$reader = new JavaProperties("=");`. > > - [#42](https://github-redirect.dependabot.com/zendframework/zend-config/pull/42) adds support for PHP 7.1 and 7.2. > > Changed > ------- > > - Nothing. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > - [#42](https://github-redirect.dependabot.com/zendframework/zend-config/pull/42) removes support for HHVM. > > Fixed > ----- > > - Nothing.
Changelog *Sourced from zendframework/zend-config's [changelog](https://github.com/zendframework/zend-config/blob/master/CHANGELOG.md).* > ## 3.2.0 - 2018-04-24 > > ### Added > > - [#47](https://github-redirect.dependabot.com/zendframework/zend-config/pull/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](https://github-redirect.dependabot.com/zendframework/zend-config/pull/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: > > ```php > $reader = new JavaProperties( > JavaProperties::DELIMITER_DEFAULT, // or ":" > JavaProperties::WHITESPACE_TRIM, // or true; default is false > ); > ``` > > - [#45](https://github-redirect.dependabot.com/zendframework/zend-config/pull/45) adds the ability to specify an alternate key/value delimiter to > the JavaProperties config reader via the constructor: `$reader = new JavaProperties("=");`. > > - [#42](https://github-redirect.dependabot.com/zendframework/zend-config/pull/42) adds support for PHP 7.1 and 7.2. > > ### Changed > > - Nothing. > > ### Deprecated > > - Nothing. > > ### Removed > > - [#42](https://github-redirect.dependabot.com/zendframework/zend-config/pull/42) removes support for HHVM. > > ### Fixed > > - Nothing.
Commits - [`6796f5d`](https://github.com/zendframework/zend-config/commit/6796f5dcba52c84ef2501d7313618989b5ef3023) 3.2.0 readiness - [`4f1d4f9`](https://github.com/zendframework/zend-config/commit/4f1d4f9a4e2489d07fa6d05e6fdab74e766f6481) Sets date for 3.2.0 in CHANGELOG - [`bc5ddfa`](https://github.com/zendframework/zend-config/commit/bc5ddfa61cba46816bd168db48a1b71515c2e04d) Removes empty 3.1.1 entry from CHANGELOG - [`11af592`](https://github.com/zendframework/zend-config/commit/11af5920e950bcb39a4b46700eaaa1e43440a72e) Updates branch aliases - [`d4be7b8`](https://github.com/zendframework/zend-config/commit/d4be7b8827d3f4444bf0e3bbcb9db1a5626fb6f2) Merging develop to master in preparation for 3.2.0 release. - [`c13901c`](https://github.com/zendframework/zend-config/commit/c13901c525237dfa34435aa3a9d8388c1b927b9e) Documents the delimiter and whitespace constructor arguments of JavaProperties - [`b662a4c`](https://github.com/zendframework/zend-config/commit/b662a4c6b7b23bea8f43b226b5a9d263197a1efe) Merge branch 'feature/44-javaproperties-writer' into develop - [`104bcba`](https://github.com/zendframework/zend-config/commit/104bcba024a97c245543ce2f2696645f70968fab) Adds CHANGELOG entry for [#47](https://github-redirect.dependabot.com/zendframework/zend-config/issues/47) - [`2e712d5`](https://github.com/zendframework/zend-config/commit/2e712d5111890ae49fe160df15f6d0987980003d) Documents new JavaProperties writer - [`059e35e`](https://github.com/zendframework/zend-config/commit/059e35e4f3318ad2ed557e29f487ba91af903bb1) Adds JavaProperties writer entries to plugin managers - Additional commits viewable in [compare view](https://github.com/zendframework/zend-config/compare/release-3.1.0...release-3.2.0)


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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [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 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.