diff --git a/Changelog b/Changelog index 55a5da3d4..a405ce042 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-02-26 DariusIII + * Chg: Update phpunit to version 7.0.2 * Chg: Update imdbphp/imdbphp and add htmlpurifier 2018-02-23 DariusIII * Chg: Update _getGenreKey function diff --git a/composer.lock b/composer.lock index 51167cb1a..1c04624b2 100644 --- a/composer.lock +++ b/composer.lock @@ -7435,16 +7435,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.0.1", + "version": "7.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "316555dbd0ed4097bbdd17c65ab416bf27a472e9" + "reference": "e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/316555dbd0ed4097bbdd17c65ab416bf27a472e9", - "reference": "316555dbd0ed4097bbdd17c65ab416bf27a472e9", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9", + "reference": "e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9", "shasum": "" }, "require": { @@ -7511,7 +7511,7 @@ "testing", "xunit" ], - "time": "2018-02-13T06:08:08+00:00" + "time": "2018-02-26T07:03:12+00:00" }, { "name": "phpunit/phpunit-mock-objects",