From e34862496fff3e62ee22d49edc4d66f35a471779 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 14 May 2019 09:05:13 +0200 Subject: [PATCH] Update phpunit/phpunit (7.5.10 => 7.5.11) --- Changelog | 2 ++ composer.lock | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 662f6055b..d1c9ef858 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2019-05-14 DariusIII + * Chg: Update phpunit/phpunit (7.5.10 => 7.5.11) 2019-05-13 DariusIII * Chg: Add link to advanced search to Articles & links menu * Chg: Update orchestra/testbench, league/fractal and spatie/fractalitic to latest versions diff --git a/composer.lock b/composer.lock index 9c2c7bee6..e353af270 100644 --- a/composer.lock +++ b/composer.lock @@ -11204,16 +11204,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.5.10", + "version": "7.5.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d7d9cee051d03ed98df6023aad93f7902731a780" + "reference": "64cb33f5b520da490a7b13149d39b43cf3c890c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d7d9cee051d03ed98df6023aad93f7902731a780", - "reference": "d7d9cee051d03ed98df6023aad93f7902731a780", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/64cb33f5b520da490a7b13149d39b43cf3c890c6", + "reference": "64cb33f5b520da490a7b13149d39b43cf3c890c6", "shasum": "" }, "require": { @@ -11284,7 +11284,7 @@ "testing", "xunit" ], - "time": "2019-05-09T05:06:47+00:00" + "time": "2019-05-14T04:53:02+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",