Bump phpunit/phpunit from 9.2.1 to 9.2.2 (#3566)

This commit is contained in:
dependabot-preview[bot] 2020-06-08 17:32:39 +00:00 committed by GitHub
parent 64893426fa
commit 1bbeb62457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
composer.lock generated
View File

@ -1254,16 +1254,16 @@
},
{
"name": "phpunit/php-timer",
"version": "4.0.0",
"version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "d6359824fc9bd2a4f90383b224906a1884aa56ca"
"reference": "b0d089de001ba60ffa3be36b23e1b8150d072238"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/d6359824fc9bd2a4f90383b224906a1884aa56ca",
"reference": "d6359824fc9bd2a4f90383b224906a1884aa56ca",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/b0d089de001ba60ffa3be36b23e1b8150d072238",
"reference": "b0d089de001ba60ffa3be36b23e1b8150d072238",
"shasum": ""
},
"require": {
@ -1275,7 +1275,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "5.0-dev"
}
},
"autoload": {
@ -1299,7 +1299,7 @@
"keywords": [
"timer"
],
"time": "2020-06-01T12:18:17+00:00"
"time": "2020-06-07T12:05:53+00:00"
},
{
"name": "phpunit/php-token-stream",
@ -1352,16 +1352,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.2.1",
"version": "9.2.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3b50c1ad9dd021062c76f678f59fa38b6bd09b15"
"reference": "8fd0d8f80029682da89516a554f4d5f5a030345c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b50c1ad9dd021062c76f678f59fa38b6bd09b15",
"reference": "3b50c1ad9dd021062c76f678f59fa38b6bd09b15",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8fd0d8f80029682da89516a554f4d5f5a030345c",
"reference": "8fd0d8f80029682da89516a554f4d5f5a030345c",
"shasum": ""
},
"require": {
@ -1381,7 +1381,7 @@
"phpunit/php-file-iterator": "^3.0",
"phpunit/php-invoker": "^3.0",
"phpunit/php-text-template": "^2.0",
"phpunit/php-timer": "^4.0",
"phpunit/php-timer": "^5.0",
"sebastian/code-unit": "^1.0.2",
"sebastian/comparator": "^4.0",
"sebastian/diff": "^4.0",
@ -1436,7 +1436,7 @@
"testing",
"xunit"
],
"time": "2020-06-05T06:43:37+00:00"
"time": "2020-06-07T14:14:21+00:00"
},
{
"name": "sebastian/code-unit",