Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863)

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

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

> ## [7.4.5] - 2018-12-03
> 
> * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist
> * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)`
> 
> ## [7.4.4] - 2018-11-14
> 
> ### Fixed
> 
> * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1`
> * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR
> * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array
> * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases
> * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages
</details>
<details>
<summary>Commits</summary>

- [`61d34e8`](61d34e8dd6) Prepare release
- [`3d90af0`](3d90af037d) Update ChangeLog
- [`a14dcf7`](a14dcf7f87) Remove useless variable
- [`e58045a`](e58045aefe) Fix CS violations
- [`73a4961`](73a4961a78) - Fix conflicting placeholder replacement
- [`c471247`](c471247d85) Revert "Revert "Cleanup""
- [`6a137ad`](6a137ad134) Add tests
- [`bac4fa5`](bac4fa5953) Add tests
- [`3c27bda`](3c27bdad03) Update after deletion of PHPUnit 7.3 branch
- [`c24fa1a`](c24fa1a0db) Fix
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5)
</details>
<br />

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

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-12-03 11:05:51 +01:00 committed by Phan An
parent b520c45858
commit 693149a74b

48
composer.lock generated
View file

@ -5676,16 +5676,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "6.1.3", "version": "6.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "4d3ae9b21a7d7e440bd0cf65565533117976859f" "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4d3ae9b21a7d7e440bd0cf65565533117976859f", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "4d3ae9b21a7d7e440bd0cf65565533117976859f", "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5735,7 +5735,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2018-10-23T05:59:32+00:00" "time": "2018-10-31T16:06:48+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -5879,16 +5879,16 @@
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "3.0.0", "version": "3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
"reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5924,20 +5924,20 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2018-02-01T13:16:43+00:00" "time": "2018-10-30T05:52:18+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "7.4.3", "version": "7.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "c151651fb6ed264038d486ea262e243af72e5e64" "reference": "61d34e8dd6eb3555900f0f2a2fa9e7e570730102"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c151651fb6ed264038d486ea262e243af72e5e64", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/61d34e8dd6eb3555900f0f2a2fa9e7e570730102",
"reference": "c151651fb6ed264038d486ea262e243af72e5e64", "reference": "61d34e8dd6eb3555900f0f2a2fa9e7e570730102",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5958,7 +5958,7 @@
"phpunit/php-timer": "^2.0", "phpunit/php-timer": "^2.0",
"sebastian/comparator": "^3.0", "sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0", "sebastian/diff": "^3.0",
"sebastian/environment": "^3.1 || ^4.0", "sebastian/environment": "^4.0",
"sebastian/exporter": "^3.1", "sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0", "sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3", "sebastian/object-enumerator": "^3.0.3",
@ -6008,7 +6008,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2018-10-23T05:57:41+00:00" "time": "2018-12-03T05:01:24+00:00"
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
@ -6251,28 +6251,28 @@
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
"version": "3.1.0", "version": "4.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0" "php": "^7.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.1" "phpunit/phpunit": "^7.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.1.x-dev" "dev-master": "4.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -6297,7 +6297,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2017-07-01T08:51:00+00:00" "time": "2018-11-25T09:31:21+00:00"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",