From c21f96e88c769851dbcd6c8c9d6a8764702ef2ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 19:15:11 +0000 Subject: [PATCH] Bump phpunit/phpunit from 8.4.0 to 8.4.1 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.4.0 to 8.4.1. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index ddf9b872..d9146a31 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan": "~0.11.16", "phpstan/phpstan-deprecation-rules": "~0.11.2", "phpstan/phpstan-strict-rules": "~0.11.1", - "phpunit/phpunit": "^8.4.0" + "phpunit/phpunit": "^8.4.1" }, "config": { "preferred-install": "dist", diff --git a/composer.lock b/composer.lock index 6bf2b7c3..851f9b65 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": "981e13365a144cf8da5a1c0c4c5d6e8d", + "content-hash": "5a002b904d21b1a07360602c53a5ab2a", "packages": [], "packages-dev": [ { @@ -2583,16 +2583,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.4.0", + "version": "8.4.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "57e5e77b62086033528ee1f4063ae03035f57894" + "reference": "366a4a0f2b971fd43b7c351d621e8dd7d7131869" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/57e5e77b62086033528ee1f4063ae03035f57894", - "reference": "57e5e77b62086033528ee1f4063ae03035f57894", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/366a4a0f2b971fd43b7c351d621e8dd7d7131869", + "reference": "366a4a0f2b971fd43b7c351d621e8dd7d7131869", "shasum": "" }, "require": { @@ -2662,7 +2662,7 @@ "testing", "xunit" ], - "time": "2019-10-04T03:12:25+00:00" + "time": "2019-10-07T12:57:41+00:00" }, { "name": "psr/container",