Bump phpunit/phpunit from 9.3.7 to 9.3.8 (#3799)

This commit is contained in:
dependabot-preview[bot] 2020-08-27 11:44:54 +00:00 committed by GitHub
parent 119c72980f
commit aa26ddf8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

75
composer.lock generated
View File

@ -1129,16 +1129,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.1.4",
"version": "9.1.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "4422fca28c3634e2de8c7c373af97a104dd1a45f"
"reference": "adea70610c070869261d2d0a62fa968611447b56"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4422fca28c3634e2de8c7c373af97a104dd1a45f",
"reference": "4422fca28c3634e2de8c7c373af97a104dd1a45f",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/adea70610c070869261d2d0a62fa968611447b56",
"reference": "adea70610c070869261d2d0a62fa968611447b56",
"shasum": ""
},
"require": {
@ -1198,7 +1198,7 @@
"type": "github"
}
],
"time": "2020-08-13T15:04:53+00:00"
"time": "2020-08-27T06:29:01+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -1427,16 +1427,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.3.7",
"version": "9.3.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "c638a0cac77347980352485912de48c99b42ad00"
"reference": "93d78d8e2a06393a0d0c1ead6fe9984f1af1f88c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c638a0cac77347980352485912de48c99b42ad00",
"reference": "c638a0cac77347980352485912de48c99b42ad00",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/93d78d8e2a06393a0d0c1ead6fe9984f1af1f88c",
"reference": "93d78d8e2a06393a0d0c1ead6fe9984f1af1f88c",
"shasum": ""
},
"require": {
@ -1452,11 +1452,12 @@
"phar-io/version": "^3.0.2",
"php": "^7.3 || ^8.0",
"phpspec/prophecy": "^1.11.1",
"phpunit/php-code-coverage": "^9.1.1",
"phpunit/php-code-coverage": "^9.1.5",
"phpunit/php-file-iterator": "^3.0.4",
"phpunit/php-invoker": "^3.1",
"phpunit/php-text-template": "^2.0.2",
"phpunit/php-timer": "^5.0.1",
"sebastian/cli-parser": "^1.0",
"sebastian/code-unit": "^1.0.5",
"sebastian/comparator": "^4.0.3",
"sebastian/diff": "^4.0.2",
@ -1521,7 +1522,59 @@
"type": "github"
}
],
"time": "2020-08-11T15:36:12+00:00"
"time": "2020-08-27T06:30:58+00:00"
},
{
"name": "sebastian/cli-parser",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "2a4a38c56e62f7295bedb8b1b7439ad523d4ea82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2a4a38c56e62f7295bedb8b1b7439ad523d4ea82",
"reference": "2a4a38c56e62f7295bedb8b1b7439ad523d4ea82",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-08-12T10:49:21+00:00"
},
{
"name": "sebastian/code-unit",