Update phpunit to version 7.0.2

This commit is contained in:
DariusIII
2018-02-26 09:53:04 +01:00
parent b53d4d0838
commit e7378969fe
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -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
Generated
+5 -5
View File
@@ -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",