phayes / geoPHP

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

Update phpunit/phpunit requirement to 4.1.*|7.2.* #152

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 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-7.2.md).* > ## [7.2.7] - 2018-07-15 > > ### Fixed > > * Fixed [#3154](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3154): Global constants as default parameter values are not handled correctly in namespace > * Fixed [#3189](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3189): PHPUnit 7.2 potentially leaves a messy libxmlerror state > * Fixed [#3199](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3199): Code Coverage for PHPT tests does not work when PHPDBG is used > > ## [7.2.6] - 2018-06-21 > > ### Fixed > > * Fixed [#3176](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3176): PHPUnit 7.2.5 breaks backward compatibility > > ## [7.2.5] - 2018-06-21 > > ### Fixed > > * Fixed [#3093](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3093): Unable to chain a `[**dataProvider**](https://github.com/dataProvider)` in method `a` with a `[**depends**](https://github.com/depends)` in method `b` > * Fixed [#3174](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3174): Code generator for test doubles does not handle proxied methods with variadic parameters correctly > > ## [7.2.4] - 2018-06-05 > > ### Fixed > > * Fixed [#3160](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3160): TeamCity logfile writer broken on Windows > > ## [7.2.3] - 2018-06-03 > > ### Fixed > > * Fixed [#3156](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3156): Combined use of `[**depends**](https://github.com/depends)` and `[**dataProvider**](https://github.com/dataProvider)` is not handled correctly > > ## [7.2.2] - 2018-06-01 > > ### Changed > > * Ensure that `phpunit/php-code-coverage` is used in version `^6.0.7` > > ## [7.2.1] - 2018-06-01 > > ### Fixed > > * Fixed [#3155](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3155): Calling `getStatus()` on a `TestCase` object before the respective test has been executed results in type error > > ## [7.2.0] - 2018-06-01 > > ### Added > > * Implemented [#3042](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3042): Add `TestCase::expectNotToPerformAssertions()` method as alternative to `[**doesNotPerformAssertions**](https://github.com/doesNotPerformAssertions)` annotation > ... (truncated)
Commits - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/commits/7.2.7)


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 merge` will merge this PR after your CI passes on it - `@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 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.
dependabot-preview[bot] commented 6 years ago

Superseded by #153.