From 53b94cbd9adade890dc5ffbf6ccc23925fc2eb59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 08:31:05 +0000 Subject: [PATCH] Bump phpunit/phpunit from 9.1.2 to 9.1.3 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.1.2 to 9.1.3. - [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.2...9.1.3) Signed-off-by: dependabot-preview[bot] --- composer.lock | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index a0e4a87..012070c 100644 --- a/composer.lock +++ b/composer.lock @@ -1103,16 +1103,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.1.2", + "version": "9.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d99d4e69c98c18d5c5f033c68c623880536f37be" + "reference": "a74780472172957a65cb5999a597e8c0878cf39c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d99d4e69c98c18d5c5f033c68c623880536f37be", - "reference": "d99d4e69c98c18d5c5f033c68c623880536f37be", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a74780472172957a65cb5999a597e8c0878cf39c", + "reference": "a74780472172957a65cb5999a597e8c0878cf39c", "shasum": "" }, "require": { @@ -1187,7 +1187,7 @@ "testing", "xunit" ], - "time": "2020-04-20T06:24:01+00:00" + "time": "2020-04-23T04:42:05+00:00" }, { "name": "sebastian/code-unit", @@ -2045,12 +2045,6 @@ "psr-12", "webimpress" ], - "funding": [ - { - "url": "https://github.com/michalbundyra", - "type": "github" - } - ], "time": "2020-04-06T18:45:57+00:00" }, { @@ -2111,6 +2105,5 @@ "php": "^7.1", "ext-json": "*" }, - "platform-dev": [], - "plugin-api-version": "1.1.0" + "platform-dev": [] }