From 1bbeb624579b1b156eea6df70749db5a10d99c26 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:32:39 +0000 Subject: [PATCH] Bump phpunit/phpunit from 9.2.1 to 9.2.2 (#3566) --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 6f3729be1..b9557608d 100644 --- a/composer.lock +++ b/composer.lock @@ -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",