phayes / geoPHP

Advanced geometry operations in PHP
https://geophp.net
Other
861 stars 262 forks source link

Update phpunit/phpunit requirement from 4.1.* to 4.1.* || 8.4.* #169

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on phpunit/phpunit to permit the latest version.

Changelog *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.4.md).* > ## [8.4.0] - 2019-10-04 > > ### Added > > * Implemented [#3120](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3120): Provide `TestCase::createStub()` method as alternative to `TestCase::createMock()` > * Implemented [#3775](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3775): Explicit API for expecting PHP errors, warnings, and notices > > ### Changed > > * The method `expectExceptionMessageRegExp()` is now deprecated. There is no behavioral change in this version of PHPUnit. Using this method will trigger a deprecation warning in PHPUnit 9 and in PHPUnit 10 it will be removed. Please use `expectExceptionMessageMatches()` instead. > > [8.4.1]: https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4 > [8.4.0]: https://github.com/sebastianbergmann/phpunit/compare/8.3.5...8.4.0
Commits - [`57e5e77`](https://github.com/sebastianbergmann/phpunit/commit/57e5e77b62086033528ee1f4063ae03035f57894) Prepare release - [`4d2e3f8`](https://github.com/sebastianbergmann/phpunit/commit/4d2e3f801b316766fbfc3431f6fda6137b63fab0) Reformat - [`46f0d54`](https://github.com/sebastianbergmann/phpunit/commit/46f0d54a2c468a2988df99a297674659c999b2f2) Be more specific (now that we have createStub()) - [`5dbaa12`](https://github.com/sebastianbergmann/phpunit/commit/5dbaa128fcd8a80220cf58f5290b628c5ed03b8b) Merge branch '8.3' - [`e6fe31c`](https://github.com/sebastianbergmann/phpunit/commit/e6fe31c25341d0f6c74f8a7644a1e32de7d8aeae) Update tools - [`8fdb4a6`](https://github.com/sebastianbergmann/phpunit/commit/8fdb4a65381e656c342af209f7548f1128fe33e8) Closes [#3742](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3742) - [`67641d7`](https://github.com/sebastianbergmann/phpunit/commit/67641d70f1cbe226f709667d0b25ac35fea0e9cb) Merge branch '8.3' - [`302faed`](https://github.com/sebastianbergmann/phpunit/commit/302faed7059fde575cf3403a78c730c5e3a62750) Prepare release - [`fcf2eb6`](https://github.com/sebastianbergmann/phpunit/commit/fcf2eb6237158bb408ef7f8c51159c03d42e4862) Merge branch '7.5' into 8.3 - [`316afa6`](https://github.com/sebastianbergmann/phpunit/commit/316afa6888d2562e04aeb67ea7f2017a0eb41661) Prepare release - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/4.1.0...8.4.0)


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #170.