geo6 / geocoder

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

Bump zfcampus/zf-development-mode from 3.1.0 to 3.2.0 #31

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps zfcampus/zf-development-mode from 3.1.0 to 3.2.0.

Release notes *Sourced from [zfcampus/zf-development-mode's releases](https://github.com/zfcampus/zf-development-mode/releases).* > ## zf-development-mode 3.2.0 > Added > ----- > > - [#35](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/pull/35) adds support for PHP 7.2. > > - [#32](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/pull/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: > > ```json > "scripts": { > "development-auto": "zf-development-mode auto-composer", > "post-install-cmd": ["[**development-auto**](https://github.com/development-auto)"], > "post-update-cmd": ["[**development-auto**](https://github.com/development-auto)"] > } > ``` > > Changed > ------- > > - [#29](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/pull/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](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/pull/35) removes support for HHVM. > > Fixed > ----- > > - Nothing.
Changelog *Sourced from [zfcampus/zf-development-mode's changelog](https://github.com/zfcampus/zf-development-mode/blob/master/CHANGELOG.md).* > ## 3.2.0 - 2018-05-07 > > ### Added > > - [#35](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/pull/35) adds support for PHP 7.2. > > - [#32](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/pull/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: > > ```json > "scripts": { > "development-auto": "zf-development-mode auto-composer", > "post-install-cmd": ["[**development-auto**](https://github.com/development-auto)"], > "post-update-cmd": ["[**development-auto**](https://github.com/development-auto)"] > } > ``` > > ### Changed > > - [#29](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/pull/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](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/pull/35) removes support for HHVM. > > ### Fixed > > - Nothing.
Commits - [`419004a`](https://github.com/zfcampus/zf-development-mode/commit/419004a320bab017d28f2bc5e7857dde7e19aecf) Merging develop to master in preparation for 3.2.0 release. - [`8ffb5aa`](https://github.com/zfcampus/zf-development-mode/commit/8ffb5aadb0878d9d27531f229b3c05ba1461072d) Merge branch 'feature/35-php-7.2-support' into develop - [`5a0b006`](https://github.com/zfcampus/zf-development-mode/commit/5a0b006b7e7add683c3d9ba69ae583f26e4f13f7) Adds date for 3.2.0 release to CHANGELOG. - [`1f30cb3`](https://github.com/zfcampus/zf-development-mode/commit/1f30cb3b51837166bfcecee29d522dc6d5443496) Updates branch aliases - [`7494516`](https://github.com/zfcampus/zf-development-mode/commit/7494516d9f8afba03f7411fb3f230af75e76991b) Adds CHANGELOG entry for [#35](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/issues/35) - [`8f59075`](https://github.com/zfcampus/zf-development-mode/commit/8f590753dc404243ef13cd03d1debebebf33f1b1) Ensure AutoComposerTest extends namespaced PHPUnit TestCase - [`edc307d`](https://github.com/zfcampus/zf-development-mode/commit/edc307d047f6c0668ca01529a0bfe55b863d5c67) Added CHANGELOG for [#35](https://github-redirect.dependabot.com/zfcampus/zf-development-mode/issues/35) - [`984db15`](https://github.com/zfcampus/zf-development-mode/commit/984db15e4372bfb01e3834c4ffd7b10f3494847b) Updated dependencies - [`3577339`](https://github.com/zfcampus/zf-development-mode/commit/35773397b3d1efaa5975b2cc7fa15685521c4830) Updated Travis CI configuration - [`9dfd2b4`](https://github.com/zfcampus/zf-development-mode/commit/9dfd2b4dc348b86eeab04a0a20994f686249177b) Results of running `zf-maintainer rebase-doc-templates` - Additional commits viewable in [compare view](https://github.com/zfcampus/zf-development-mode/compare/3.1.0...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.