Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1.
<details>
<summary>Changelog</summary>

*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).*

> ## [7.4.1] - 2018-10-18
> 
> ### Fixed
> 
> * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array
> * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error
</details>
<details>
<summary>Commits</summary>

- [`c5a120a`](c5a120ade6) Prepare release
- [`2f38210`](2f38210c15) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353)
- [`6034bae`](6034bae73c) Allow sebastian/environment ^4.0
- [`bab8bbd`](bab8bbd9e6) Update ChangeLog
- [`04cb2da`](04cb2daf23) Fix for "testdox" option with dataProvider providing indexed array
- [`c34b889`](c34b889131) Test case for "testdox" option with dataProvider providing indexed array
- [`5015bff`](5015bff74e) Fix link to PR
- See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)

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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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.

</details>
This commit is contained in:
dependabot[bot] 2018-10-19 11:18:13 +02:00 committed by Phan An
parent 96a3361760
commit d6913d0437

26
composer.lock generated
View file

@ -5583,16 +5583,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "6.0.8",
"version": "6.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "848f78b3309780fef7ec8c4666b7ab4e6b09b22f"
"reference": "b097681a19a48e52706f57e47a09594bac4f7cab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/848f78b3309780fef7ec8c4666b7ab4e6b09b22f",
"reference": "848f78b3309780fef7ec8c4666b7ab4e6b09b22f",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b097681a19a48e52706f57e47a09594bac4f7cab",
"reference": "b097681a19a48e52706f57e47a09594bac4f7cab",
"shasum": ""
},
"require": {
@ -5603,7 +5603,7 @@
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.0",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.1",
"sebastian/environment": "^3.1 || ^4.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
},
@ -5616,7 +5616,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
"dev-master": "6.1-dev"
}
},
"autoload": {
@ -5642,7 +5642,7 @@
"testing",
"xunit"
],
"time": "2018-10-04T03:41:23+00:00"
"time": "2018-10-18T09:01:38+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -5835,16 +5835,16 @@
},
{
"name": "phpunit/phpunit",
"version": "7.4.0",
"version": "7.4.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "f3837fa1e07758057ae06e8ddec6d06ba183f126"
"reference": "c5a120ade60992bd671a912188ee9ee9f8083bbd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3837fa1e07758057ae06e8ddec6d06ba183f126",
"reference": "f3837fa1e07758057ae06e8ddec6d06ba183f126",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c5a120ade60992bd671a912188ee9ee9f8083bbd",
"reference": "c5a120ade60992bd671a912188ee9ee9f8083bbd",
"shasum": ""
},
"require": {
@ -5865,7 +5865,7 @@
"phpunit/php-timer": "^2.0",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
"sebastian/environment": "^3.1",
"sebastian/environment": "^3.1 || ^4.0",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
@ -5915,7 +5915,7 @@
"testing",
"xunit"
],
"time": "2018-10-05T04:05:24+00:00"
"time": "2018-10-18T09:02:52+00:00"
},
{
"name": "psy/psysh",