From 2fe97fc56fb56aebb754d655bd68354c87ed042d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 22 Oct 2020 22:28:53 +0200 Subject: [PATCH] Fix: Update phpunit/phpunit --- composer.json | 2 +- composer.lock | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 55caa264..9dd55601 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "ext-intl": "*", "dealerdirect/phpcodesniffer-composer-installer": "~0.6.2", - "phpunit/phpunit": "^8.5.2", + "phpunit/phpunit": "^8.5.8", "psalm/plugin-phpunit": "~0.9.0", "slevomat/coding-standard": "^6.1.5", "squizlabs/php_codesniffer": "^3.5.4", diff --git a/composer.lock b/composer.lock index 96797f54..136b42fe 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": "5bafc9e6e3c2761a3942534a2f1b6035", + "content-hash": "e7f38aba53170a7f6b0290fdbcc75426", "packages": [], "packages-dev": [ { @@ -1328,16 +1328,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.2", + "version": "8.5.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0" + "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/018b6ac3c8ab20916db85fa91bf6465acb64d1e0", - "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997", + "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997", "shasum": "" }, "require": { @@ -1407,7 +1407,17 @@ "testing", "xunit" ], - "time": "2020-01-08T08:49:49+00:00" + "funding": [ + { + "url": "https://phpunit.de/donate.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-06-22T07:06:58+00:00" }, { "name": "psalm/plugin-phpunit",