HarmonyIO / Validation

Asynchronous validation library
MIT License
5 stars 2 forks source link

Bump myclabs/php-enum from 1.6.4 to 1.6.6 #53

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps myclabs/php-enum from 1.6.4 to 1.6.6.

Release notes *Sourced from [myclabs/php-enum's releases](https://github.com/myclabs/php-enum/releases).* > ## 1.6.6 > [#84](https://github-redirect.dependabot.com/myclabs/php-enum/issues/84) Require `ext-json` explicitly in `composer.json` to avoid bugs when the JSON extension is not installed > > ## 1.6.5 > [#83](https://github-redirect.dependabot.com/myclabs/php-enum/issues/83): It is now possible to create a new Enum instance from another Enum instance
Commits - [`32c4202`](https://github.com/myclabs/php-enum/commit/32c4202886c51fbe5cc3a7c34ec5c9a4a790345e) Merge pull request [#84](https://github-redirect.dependabot.com/myclabs/php-enum/issues/84) from KartaviK/hotfix/ext-json-requirements - [`5b9c57d`](https://github.com/myclabs/php-enum/commit/5b9c57d6687607b0177c8233c96045e3fc3b80f9) Merge pull request [#83](https://github-redirect.dependabot.com/myclabs/php-enum/issues/83) from KartaviK/feature/envelope-enum-construct - [`521f5a3`](https://github.com/myclabs/php-enum/commit/521f5a32512ee211037c1d3d8de7b18b934ddfeb) Add ext-json to requirements for package - [`5147e69`](https://github.com/myclabs/php-enum/commit/5147e694f4253e7633e0df6d1bcf76bb5dff7b78) Create instance of enum from same enum in constructor - [`20e0424`](https://github.com/myclabs/php-enum/commit/20e042415f8bc91cfdd73501d576798e3a606f16) Merge pull request [#2](https://github-redirect.dependabot.com/myclabs/php-enum/issues/2) from myclabs/master - See full diff in [compare view](https://github.com/myclabs/php-enum/compare/1.6.4...1.6.6)


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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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) - 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.
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 148


Totals Coverage Status
Change from base Build 135: 0.0%
Covered Lines: 1047
Relevant Lines: 1047

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 148


Totals Coverage Status
Change from base Build 135: 0.0%
Covered Lines: 1047
Relevant Lines: 1047

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 148


Totals Coverage Status
Change from base Build 135: 0.0%
Covered Lines: 1047
Relevant Lines: 1047

💛 - Coveralls
dependabot-preview[bot] commented 5 years ago

Superseded by #67.