Updates the requirements on phpunit/phpunit to permit the latest version.
Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/4.8.36/ChangeLog-4.8.md).*
> ## [4.8.36] - 2017-06-21
>
> ### Added
>
> * Added `PHPUnit\Framework\AssertionFailedError`, `PHPUnit\Framework\Test`, and `PHPUnit\Framework\TestSuite` to the forward compatibility layer for PHPUnit 6
>
> ## [4.8.35] - 2017-02-06
>
> ### Added
>
> * Backported the forward compatibility layer for PHPUnit 6 from PHPUnit 5 so that `PHPUnit\Framework\TestCase` can be used instead of `PHPUnit_Framework_TestCase`
>
> ## [4.8.34] - 2017-01-26
>
> * Fixed [#2447](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2447): Reverted backwards incompatible change to handling of boolean environment variable values specified in XML
>
> ## [4.8.33] - 2017-01-25
>
> ### Fixed
>
> * Fixed [#1983](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/1983): Tests with `@expectedException` annotation cannot be skipped
> * Fixed [#2275](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/2275): Invalid UTF-8 characters can lead to missing output
> * Fixed [#2331](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2331): Boolean environment variable values specified in XML get mangled
> * Fixed [#2392](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2392): Empty (but valid) data provider should skip the test
> * Fixed [#2431](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2431): `assertArraySubset()` does not support `ArrayAccess`
>
> ## [4.8.32] - 2017-01-22
>
> ### Fixed
>
> * Fixed [#2428](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/2428): Nested arrays specificied in XML configuration file are not handled correctly
>
> ## [4.8.31] - 2016-12-09
>
> ### Fixed
>
> * Fixed [#2384](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/2384): Handle `PHPUnit_Framework_Exception` correctly when expecting exceptions
>
> ## [4.8.30] - 2016-12-02
>
> ### Fixed
>
> * Fixed [#2367](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/2367): Bug in `PHPUnit_Util_Test::parseAnnotationContent()`
> * Fixed [#2375](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2375): Invalid regular expression for `--filter` causes PHP warning
>
> ## [4.8.29] - 2016-11-20
>
> ### Changed
>
> * Bumped the required version of `sebastian/comparator`
> ... (truncated)
Commits
- [`46023de`](https://github.com/sebastianbergmann/phpunit/commit/46023de9a91eec7dfb06cc56cb4e260017298517) Expand forward compatibility layer
- [`912b8c1`](https://github.com/sebastianbergmann/phpunit/commit/912b8c1e9e399a18312f30d7d9d25a6c20035709) Link to https://phpunit.de/build-status.html
- [`791b1a6`](https://github.com/sebastianbergmann/phpunit/commit/791b1a67c25af50e230f841ee7a9c6eba507dc87) Prepare release
- [`a55235c`](https://github.com/sebastianbergmann/phpunit/commit/a55235c033c2dc18db631cc6b804844f6d37615a) Backport forward compatibility layer for PHPUnit 6 from PHPUnit 5
- [`95f30cd`](https://github.com/sebastianbergmann/phpunit/commit/95f30cd26abebb91ea4e762f040fc4bf711b81e2) Update Composer to 1.3.2
- [`7eb4520`](https://github.com/sebastianbergmann/phpunit/commit/7eb45205d27edd94bd2b3614085ea158bd1e2bca) Prepare release
- [`05da557`](https://github.com/sebastianbergmann/phpunit/commit/05da55748e61371bd5f74872570a69b513633daf) Closes [#2447](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2447)
- [`6381a99`](https://github.com/sebastianbergmann/phpunit/commit/6381a99bd2a398d2994b454ad6d57c73f5a7de3d) Prepare release
- [`d13b2f6`](https://github.com/sebastianbergmann/phpunit/commit/d13b2f67afaaa23259e32876047bf7bb79ca802e) Closes [#2392](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2392)
- [`ced3792`](https://github.com/sebastianbergmann/phpunit/commit/ced3792a535975abf87bc6ec66db5b6a9f44c435) Make these tests compatible with PHPUnit 4.8
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/4.4.0...4.8.36)
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 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). To ignore the version in this PR you can just close it
- `@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)
- 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.
Updates the requirements on phpunit/phpunit to permit the latest version.
Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/4.8.36/ChangeLog-4.8.md).* > ## [4.8.36] - 2017-06-21 > > ### Added > > * Added `PHPUnit\Framework\AssertionFailedError`, `PHPUnit\Framework\Test`, and `PHPUnit\Framework\TestSuite` to the forward compatibility layer for PHPUnit 6 > > ## [4.8.35] - 2017-02-06 > > ### Added > > * Backported the forward compatibility layer for PHPUnit 6 from PHPUnit 5 so that `PHPUnit\Framework\TestCase` can be used instead of `PHPUnit_Framework_TestCase` > > ## [4.8.34] - 2017-01-26 > > * Fixed [#2447](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2447): Reverted backwards incompatible change to handling of boolean environment variable values specified in XML > > ## [4.8.33] - 2017-01-25 > > ### Fixed > > * Fixed [#1983](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/1983): Tests with `@expectedException` annotation cannot be skipped > * Fixed [#2275](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/2275): Invalid UTF-8 characters can lead to missing output > * Fixed [#2331](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2331): Boolean environment variable values specified in XML get mangled > * Fixed [#2392](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2392): Empty (but valid) data provider should skip the test > * Fixed [#2431](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2431): `assertArraySubset()` does not support `ArrayAccess` > > ## [4.8.32] - 2017-01-22 > > ### Fixed > > * Fixed [#2428](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/2428): Nested arrays specificied in XML configuration file are not handled correctly > > ## [4.8.31] - 2016-12-09 > > ### Fixed > > * Fixed [#2384](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/2384): Handle `PHPUnit_Framework_Exception` correctly when expecting exceptions > > ## [4.8.30] - 2016-12-02 > > ### Fixed > > * Fixed [#2367](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/2367): Bug in `PHPUnit_Util_Test::parseAnnotationContent()` > * Fixed [#2375](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2375): Invalid regular expression for `--filter` causes PHP warning > > ## [4.8.29] - 2016-11-20 > > ### Changed > > * Bumped the required version of `sebastian/comparator` > ... (truncated)Commits
- [`46023de`](https://github.com/sebastianbergmann/phpunit/commit/46023de9a91eec7dfb06cc56cb4e260017298517) Expand forward compatibility layer - [`912b8c1`](https://github.com/sebastianbergmann/phpunit/commit/912b8c1e9e399a18312f30d7d9d25a6c20035709) Link to https://phpunit.de/build-status.html - [`791b1a6`](https://github.com/sebastianbergmann/phpunit/commit/791b1a67c25af50e230f841ee7a9c6eba507dc87) Prepare release - [`a55235c`](https://github.com/sebastianbergmann/phpunit/commit/a55235c033c2dc18db631cc6b804844f6d37615a) Backport forward compatibility layer for PHPUnit 6 from PHPUnit 5 - [`95f30cd`](https://github.com/sebastianbergmann/phpunit/commit/95f30cd26abebb91ea4e762f040fc4bf711b81e2) Update Composer to 1.3.2 - [`7eb4520`](https://github.com/sebastianbergmann/phpunit/commit/7eb45205d27edd94bd2b3614085ea158bd1e2bca) Prepare release - [`05da557`](https://github.com/sebastianbergmann/phpunit/commit/05da55748e61371bd5f74872570a69b513633daf) Closes [#2447](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2447) - [`6381a99`](https://github.com/sebastianbergmann/phpunit/commit/6381a99bd2a398d2994b454ad6d57c73f5a7de3d) Prepare release - [`d13b2f6`](https://github.com/sebastianbergmann/phpunit/commit/d13b2f67afaaa23259e32876047bf7bb79ca802e) Closes [#2392](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2392) - [`ced3792`](https://github.com/sebastianbergmann/phpunit/commit/ced3792a535975abf87bc6ec66db5b6a9f44c435) Make these tests compatible with PHPUnit 4.8 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/4.4.0...4.8.36)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 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). To ignore the version in this PR you can just close it - `@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) - 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.