diff --git a/Changelog b/Changelog index f2a0b53be..20ef33009 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-11-14 DariusIII + * Chg: Update phpunit/phpunit to version 7.4.4 and nesbot/carbon to version 1.35.0 * Chg: Update PNotify and fix notifications 2018-11-13 DariusIII * Chg: Update assets diff --git a/composer.lock b/composer.lock index 18079852a..d2621136b 100644 --- a/composer.lock +++ b/composer.lock @@ -3258,16 +3258,16 @@ }, { "name": "nesbot/carbon", - "version": "1.34.4", + "version": "1.35.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "b9a444d829c9a16735aceca1b173e765745bcc0c" + "reference": "3c0342ed6cb7c770d0c33595c51c286716552f65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/b9a444d829c9a16735aceca1b173e765745bcc0c", - "reference": "b9a444d829c9a16735aceca1b173e765745bcc0c", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/3c0342ed6cb7c770d0c33595c51c286716552f65", + "reference": "3c0342ed6cb7c770d0c33595c51c286716552f65", "shasum": "" }, "require": { @@ -3312,7 +3312,7 @@ "datetime", "time" ], - "time": "2018-11-13T08:26:10+00:00" + "time": "2018-11-14T12:39:51+00:00" }, { "name": "neutron/temporary-filesystem", @@ -9593,16 +9593,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.4.3", + "version": "7.4.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c151651fb6ed264038d486ea262e243af72e5e64" + "reference": "b1be2c8530c4c29c3519a052c9fb6cee55053bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c151651fb6ed264038d486ea262e243af72e5e64", - "reference": "c151651fb6ed264038d486ea262e243af72e5e64", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b1be2c8530c4c29c3519a052c9fb6cee55053bbd", + "reference": "b1be2c8530c4c29c3519a052c9fb6cee55053bbd", "shasum": "" }, "require": { @@ -9673,7 +9673,7 @@ "testing", "xunit" ], - "time": "2018-10-23T05:57:41+00:00" + "time": "2018-11-14T16:52:02+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",