From 0c217b7e11d492901f29544641f2531be63df139 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Apr 2020 05:45:19 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v9.1.3 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index fa6fa13..933bf16 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "0.6.0", "mockery/mockery": "1.3.1", "phpcompatibility/phpcompatibility-wp": "2.1.0", - "phpunit/phpunit": "9.1.2", + "phpunit/phpunit": "9.1.3", "squizlabs/php_codesniffer": "3.5.5", "wp-coding-standards/wpcs": "2.2.1" }, diff --git a/composer.lock b/composer.lock index 5c441e6..01f8dc0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f73b718309befdc845be6c9a1ae8a641", + "content-hash": "42bce499ab8bc322197cb40e225322a8", "packages": [ { "name": "cedaro/wp-plugin", @@ -1276,16 +1276,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": { @@ -1360,7 +1360,7 @@ "testing", "xunit" ], - "time": "2020-04-20T06:24:01+00:00" + "time": "2020-04-23T04:42:05+00:00" }, { "name": "sebastian/code-unit",