diff --git a/Changelog b/Changelog index 60a7e0cb0..e83f03637 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2019-02-11 DariusIII + * Chg: Update used libraries to their latest versions 2019-02-08 DariusIII * Chg: Update code style of NameFixer class * Chg: Move account deletion emails sending to user observer diff --git a/composer.lock b/composer.lock index dbb5f165d..c5ee984f2 100644 --- a/composer.lock +++ b/composer.lock @@ -510,23 +510,23 @@ }, { "name": "czproject/git-php", - "version": "v3.16.2", + "version": "v3.17.0", "source": { "type": "git", "url": "https://github.com/czproject/git-php.git", - "reference": "2bcaa1499683372af7b8774024f0a503fb643fef" + "reference": "a7b911b81a2fe626f748a4ac8955353c5777bc6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/czproject/git-php/zipball/2bcaa1499683372af7b8774024f0a503fb643fef", - "reference": "2bcaa1499683372af7b8774024f0a503fb643fef", + "url": "https://api.github.com/repos/czproject/git-php/zipball/a7b911b81a2fe626f748a4ac8955353c5777bc6c", + "reference": "a7b911b81a2fe626f748a4ac8955353c5777bc6c", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { - "nette/tester": "~1.1.0" + "nette/tester": "^1.1" }, "type": "library", "autoload": { @@ -548,7 +548,7 @@ "keywords": [ "git" ], - "time": "2019-01-25T07:21:49+00:00" + "time": "2019-02-09T13:11:36+00:00" }, { "name": "dariusiii/php-itunes-api", @@ -3030,20 +3030,20 @@ }, { "name": "league/climate", - "version": "3.4.1", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/thephpleague/climate.git", - "reference": "d657a19837c1f79a891381fb128b755aa3386381" + "reference": "0d2fdbf8829f60f6ba6433df68d6f3fe1271b8e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/climate/zipball/d657a19837c1f79a891381fb128b755aa3386381", - "reference": "d657a19837c1f79a891381fb128b755aa3386381", + "url": "https://api.github.com/repos/thephpleague/climate/zipball/0d2fdbf8829f60f6ba6433df68d6f3fe1271b8e6", + "reference": "0d2fdbf8829f60f6ba6433df68d6f3fe1271b8e6", "shasum": "" }, "require": { - "php": "^5.6|^7.0", + "php": "^7.1", "psr/log": "^1.0", "seld/cli-prompt": "^1.0" }, @@ -3087,7 +3087,7 @@ "php", "terminal" ], - "time": "2018-04-29T16:43:54+00:00" + "time": "2019-02-10T18:25:19+00:00" }, { "name": "league/csv", @@ -8849,16 +8849,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.14.0", + "version": "v2.14.1", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "b788ea0af899cedc8114dca7db119c93b6685da2" + "reference": "2e82abd1322897eb8aacb861e5ff551af3888349" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/b788ea0af899cedc8114dca7db119c93b6685da2", - "reference": "b788ea0af899cedc8114dca7db119c93b6685da2", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/2e82abd1322897eb8aacb861e5ff551af3888349", + "reference": "2e82abd1322897eb8aacb861e5ff551af3888349", "shasum": "" }, "require": { @@ -8905,11 +8905,6 @@ "php-cs-fixer" ], "type": "application", - "extra": { - "branch-alias": { - "dev-master": "2.14-dev" - } - }, "autoload": { "psr-4": { "PhpCsFixer\\": "src/" @@ -8941,7 +8936,7 @@ } ], "description": "A tool to automatically fix PHP code style", - "time": "2019-01-04T18:29:47+00:00" + "time": "2019-02-10T22:52:33+00:00" }, { "name": "fzaninotto/faker", @@ -9221,16 +9216,16 @@ }, { "name": "mockery/mockery", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "100633629bf76d57430b86b7098cd6beb996a35a" + "reference": "dc4f10b6b1148744facb784015e4b339d7feec23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a", - "reference": "100633629bf76d57430b86b7098cd6beb996a35a", + "url": "https://api.github.com/repos/mockery/mockery/zipball/dc4f10b6b1148744facb784015e4b339d7feec23", + "reference": "dc4f10b6b1148744facb784015e4b339d7feec23", "shasum": "" }, "require": { @@ -9239,7 +9234,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "~5.7.10|~6.5|~7.0" + "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0" }, "type": "library", "extra": { @@ -9282,7 +9277,7 @@ "test double", "testing" ], - "time": "2018-10-02T21:52:37+00:00" + "time": "2019-02-08T14:43:54+00:00" }, { "name": "moontoast/math",