diff --git a/Changelog b/Changelog index 6d174e249..cd18507f0 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-01-14 DariusIII + * Chg: Update czproject/git-php to version 3.16.0, opus/closure and phpstan to latest versions * Fix: Revert removal of commit from Binaries class * Chg: Update describe function, remove null definition from $options * Chg: Update Git related functions diff --git a/composer.lock b/composer.lock index 774117d6e..9c0202a91 100644 --- a/composer.lock +++ b/composer.lock @@ -510,16 +510,16 @@ }, { "name": "czproject/git-php", - "version": "v3.15.0", + "version": "v3.16.0", "source": { "type": "git", "url": "https://github.com/czproject/git-php.git", - "reference": "a1398bd62176b5e3b198f00a0cfa102f4c5a2e20" + "reference": "1df0ce1344517cd1355ac35182f99096219c644f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/czproject/git-php/zipball/a1398bd62176b5e3b198f00a0cfa102f4c5a2e20", - "reference": "a1398bd62176b5e3b198f00a0cfa102f4c5a2e20", + "url": "https://api.github.com/repos/czproject/git-php/zipball/1df0ce1344517cd1355ac35182f99096219c644f", + "reference": "1df0ce1344517cd1355ac35182f99096219c644f", "shasum": "" }, "require": { @@ -548,7 +548,7 @@ "keywords": [ "git" ], - "time": "2018-12-08T13:46:45+00:00" + "time": "2019-01-14T12:09:07+00:00" }, { "name": "dariusiii/php-itunes-api", @@ -3888,16 +3888,16 @@ }, { "name": "opis/closure", - "version": "3.1.3", + "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/opis/closure.git", - "reference": "5e9095ce871a425ab87a854b285b7766de38a7d9" + "reference": "3f28ad09e82ce254d12ca01b0fb8592d0c861eb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opis/closure/zipball/5e9095ce871a425ab87a854b285b7766de38a7d9", - "reference": "5e9095ce871a425ab87a854b285b7766de38a7d9", + "url": "https://api.github.com/repos/opis/closure/zipball/3f28ad09e82ce254d12ca01b0fb8592d0c861eb5", + "reference": "3f28ad09e82ce254d12ca01b0fb8592d0c861eb5", "shasum": "" }, "require": { @@ -3945,7 +3945,7 @@ "serialization", "serialize" ], - "time": "2019-01-06T22:07:38+00:00" + "time": "2019-01-14T09:58:52+00:00" }, { "name": "paragonie/random_compat", @@ -10311,16 +10311,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "0.3", + "version": "0.3.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "ed3223362174b8067729930439e139794e9e514a" + "reference": "2cc49f47c69b023eaf05b48e6529389893b13d74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ed3223362174b8067729930439e139794e9e514a", - "reference": "ed3223362174b8067729930439e139794e9e514a", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/2cc49f47c69b023eaf05b48e6529389893b13d74", + "reference": "2cc49f47c69b023eaf05b48e6529389893b13d74", "shasum": "" }, "require": { @@ -10330,7 +10330,7 @@ "consistence/coding-standard": "^2.0.0", "jakub-onderka/php-parallel-lint": "^0.9.2", "phing/phing": "^2.16.0", - "phpstan/phpstan": "^0.10@dev", + "phpstan/phpstan": "^0.10", "phpunit/phpunit": "^6.3", "slevomat/coding-standard": "^3.3.0", "symfony/process": "^3.4 || ^4.0" @@ -10353,7 +10353,7 @@ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", - "time": "2018-06-20T17:48:01+00:00" + "time": "2019-01-14T12:26:23+00:00" }, { "name": "phpstan/phpstan",