Bump phpunit/phpunit from 9.1.3 to 9.1.4

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.1.3 to 9.1.4.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.1.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.1.3...9.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-30 13:23:59 +00:00 committed by GitHub
parent 4cf9fa51b1
commit 9cfa47eb4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

35
composer.lock generated
View file

@ -615,24 +615,21 @@
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.0.0",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~6"
},
"type": "library",
"extra": {
"branch-alias": {
@ -663,7 +660,7 @@
"reflection",
"static analysis"
],
"time": "2018-08-07T13:53:10+00:00"
"time": "2020-04-27T09:25:28+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
@ -1140,16 +1137,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.1.3",
"version": "9.1.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a74780472172957a65cb5999a597e8c0878cf39c"
"reference": "2d7080c622cf7884992e7c3cf87853877bae8ff4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a74780472172957a65cb5999a597e8c0878cf39c",
"reference": "a74780472172957a65cb5999a597e8c0878cf39c",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2d7080c622cf7884992e7c3cf87853877bae8ff4",
"reference": "2d7080c622cf7884992e7c3cf87853877bae8ff4",
"shasum": ""
},
"require": {
@ -1170,7 +1167,7 @@
"phpunit/php-invoker": "^3.0",
"phpunit/php-text-template": "^2.0",
"phpunit/php-timer": "^3.1.4",
"sebastian/code-unit": "^1.0",
"sebastian/code-unit": "^1.0.2",
"sebastian/comparator": "^4.0",
"sebastian/diff": "^4.0",
"sebastian/environment": "^5.0.1",
@ -1224,7 +1221,7 @@
"testing",
"xunit"
],
"time": "2020-04-23T04:42:05+00:00"
"time": "2020-04-30T06:32:53+00:00"
},
{
"name": "rmccue/requests",
@ -1277,16 +1274,16 @@
},
{
"name": "sebastian/code-unit",
"version": "1.0.0",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "8d8f09bd47c75159921e6e84fdef146343962866"
"reference": "ac958085bc19fcd1d36425c781ef4cbb5b06e2a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/8d8f09bd47c75159921e6e84fdef146343962866",
"reference": "8d8f09bd47c75159921e6e84fdef146343962866",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ac958085bc19fcd1d36425c781ef4cbb5b06e2a5",
"reference": "ac958085bc19fcd1d36425c781ef4cbb5b06e2a5",
"shasum": ""
},
"require": {
@ -1319,7 +1316,7 @@
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"time": "2020-03-30T11:59:20+00:00"
"time": "2020-04-30T05:58:10+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",