From 365a71e97c321c8b6c0f58ded8e10fe4ca3a2772 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 13 Feb 2018 09:30:34 +0100 Subject: [PATCH] Update phpunit to version 7.0.1 --- Changelog | 2 ++ composer.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Changelog b/Changelog index 233b87f99..81612dbf4 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2018-02-13 DariusIII + * Chg: Update phpunit to version 7.0.1 2018-02-12 DariusIII * Chg: Create local variable for Helper class in SphinxSearch * Fix: Fix wrong categories used in searchByImdbId function diff --git a/composer.lock b/composer.lock index 201b460ce..9e3b1795f 100644 --- a/composer.lock +++ b/composer.lock @@ -4579,12 +4579,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "3df94834c80037130b533703df4672785b6ea112" + "reference": "f70d3cc8728777f688ff9a50e5a0efb7b18e2e94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/3df94834c80037130b533703df4672785b6ea112", - "reference": "3df94834c80037130b533703df4672785b6ea112", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/f70d3cc8728777f688ff9a50e5a0efb7b18e2e94", + "reference": "f70d3cc8728777f688ff9a50e5a0efb7b18e2e94", "shasum": "" }, "conflict": { @@ -4717,7 +4717,7 @@ } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", - "time": "2018-02-04T22:09:50+00:00" + "time": "2018-02-13T07:41:18+00:00" }, { "name": "rtheunissen/guzzle-log-middleware", @@ -7351,16 +7351,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.0.0", + "version": "7.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "9b3373439fdf2f3e9d1578f5e408a3a0d161c3bc" + "reference": "316555dbd0ed4097bbdd17c65ab416bf27a472e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b3373439fdf2f3e9d1578f5e408a3a0d161c3bc", - "reference": "9b3373439fdf2f3e9d1578f5e408a3a0d161c3bc", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/316555dbd0ed4097bbdd17c65ab416bf27a472e9", + "reference": "316555dbd0ed4097bbdd17c65ab416bf27a472e9", "shasum": "" }, "require": { @@ -7427,7 +7427,7 @@ "testing", "xunit" ], - "time": "2018-02-02T05:04:08+00:00" + "time": "2018-02-13T06:08:08+00:00" }, { "name": "phpunit/phpunit-mock-objects",