Bump phpunit/phpunit from 9.3.2 to 9.3.5 (#3764)

This commit is contained in:
dependabot-preview[bot] 2020-08-10 19:15:28 +00:00 committed by GitHub
parent d1df72ec78
commit d6f35f2342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

42
composer.lock generated
View File

@ -599,16 +599,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.7.0",
"version": "v4.8.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300"
"reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
"reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8c58eb4cd4f3883f82611abeac2efbc3dbed787e",
"reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e",
"shasum": ""
},
"require": {
@ -616,8 +616,8 @@
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "0.0.5",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
"ircmaxell/php-yacc": "^0.0.6",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
@ -625,7 +625,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.7-dev"
"dev-master": "4.8-dev"
}
},
"autoload": {
@ -647,7 +647,7 @@
"parser",
"php"
],
"time": "2020-07-25T13:18:53+00:00"
"time": "2020-08-09T10:23:20+00:00"
},
{
"name": "phar-io/manifest",
@ -1126,23 +1126,23 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.0.0",
"version": "9.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ee24e82baca11d7d6fb3513e127d6000f541cf90"
"reference": "4abbce3b0ad05f2e7143ea5f775d5513cb5261e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ee24e82baca11d7d6fb3513e127d6000f541cf90",
"reference": "ee24e82baca11d7d6fb3513e127d6000f541cf90",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4abbce3b0ad05f2e7143ea5f775d5513cb5261e4",
"reference": "4abbce3b0ad05f2e7143ea5f775d5513cb5261e4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
"nikic/php-parser": "^4.7",
"nikic/php-parser": "^4.8",
"php": "^7.3 || ^8.0",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
@ -1163,7 +1163,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.0-dev"
"dev-master": "9.1-dev"
}
},
"autoload": {
@ -1195,7 +1195,7 @@
"type": "github"
}
],
"time": "2020-08-07T04:12:30+00:00"
"time": "2020-08-10T17:45:51+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -1424,16 +1424,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.3.2",
"version": "9.3.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "eacb57f3857cb6706550bd39ea500f9b1097b0bf"
"reference": "7115b00b23bcd4f62a73855c9615694d2f206e71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/eacb57f3857cb6706550bd39ea500f9b1097b0bf",
"reference": "eacb57f3857cb6706550bd39ea500f9b1097b0bf",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7115b00b23bcd4f62a73855c9615694d2f206e71",
"reference": "7115b00b23bcd4f62a73855c9615694d2f206e71",
"shasum": ""
},
"require": {
@ -1449,7 +1449,7 @@
"phar-io/version": "^3.0.2",
"php": "^7.3 || ^8.0",
"phpspec/prophecy": "^1.11.1",
"phpunit/php-code-coverage": "^9.0",
"phpunit/php-code-coverage": "^9.1.1",
"phpunit/php-file-iterator": "^3.0.4",
"phpunit/php-invoker": "^3.1",
"phpunit/php-text-template": "^2.0.2",
@ -1518,7 +1518,7 @@
"type": "github"
}
],
"time": "2020-08-07T09:12:30+00:00"
"time": "2020-08-10T06:50:08+00:00"
},
{
"name": "sebastian/code-unit",