diff --git a/Changelog b/Changelog index dfcdd9b53..bc8f520fc 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ 2019-01-22 DariusIII + * Chg: Updated phpstan/phpstan (0.10.8 => 0.11.1) + * Chg: Updated laravel/framework (v5.7.21 => v5.7.22) + * Chg: Updated nunomaduro/larastan (v0.3.13 => v0.3.14) * Fix: Fix total count of console releases that made console covers page to show only 1 page * Chg: Update config/logging.php * Fix: Fix one more occurence of wrong data sent to search function diff --git a/composer.lock b/composer.lock index 4d172d186..aaad872a6 100644 --- a/composer.lock +++ b/composer.lock @@ -2516,16 +2516,16 @@ }, { "name": "laravel/framework", - "version": "v5.7.21", + "version": "v5.7.22", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3" + "reference": "64a7749bd9e8df68addce1d01a54bcf606141f29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/25f74458a242b61cc9e9c09d31f94fb13ed805f3", - "reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3", + "url": "https://api.github.com/repos/laravel/framework/zipball/64a7749bd9e8df68addce1d01a54bcf606141f29", + "reference": "64a7749bd9e8df68addce1d01a54bcf606141f29", "shasum": "" }, "require": { @@ -2658,7 +2658,7 @@ "framework", "laravel" ], - "time": "2019-01-15T15:20:32+00:00" + "time": "2019-01-22T15:08:35+00:00" }, { "name": "laravel/nexmo-notification-channel", @@ -9572,16 +9572,16 @@ }, { "name": "nunomaduro/larastan", - "version": "v0.3.13", + "version": "v0.3.14", "source": { "type": "git", "url": "https://github.com/nunomaduro/larastan.git", - "reference": "78856272fa6f14bbd06c468ed88067647123db08" + "reference": "e5b9e74a2963ec6d5cead3fd57e4f40ac22f8b21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/78856272fa6f14bbd06c468ed88067647123db08", - "reference": "78856272fa6f14bbd06c468ed88067647123db08", + "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/e5b9e74a2963ec6d5cead3fd57e4f40ac22f8b21", + "reference": "e5b9e74a2963ec6d5cead3fd57e4f40ac22f8b21", "shasum": "" }, "require": { @@ -9595,7 +9595,7 @@ "mockery/mockery": "^1.0|0.9.*", "orchestra/testbench": "^3.6", "php": "^7.1.3", - "phpstan/phpstan": "^0.10.5", + "phpstan/phpstan": "^0.11.1", "symfony/process": "^4.2" }, "require-dev": { @@ -9635,7 +9635,7 @@ "php", "static analysis" ], - "time": "2018-12-21T21:40:50+00:00" + "time": "2019-01-22T14:36:04+00:00" }, { "name": "ocramius/package-versions", @@ -10358,16 +10358,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.10.8", + "version": "0.11.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "4f828460a0276180da76c670a0a6e592e7c38b71" + "reference": "a138b8a2731b2c19f1dffa2f1411984a638fe977" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4f828460a0276180da76c670a0a6e592e7c38b71", - "reference": "4f828460a0276180da76c670a0a6e592e7c38b71", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a138b8a2731b2c19f1dffa2f1411984a638fe977", + "reference": "a138b8a2731b2c19f1dffa2f1411984a638fe977", "shasum": "" }, "require": { @@ -10390,17 +10390,17 @@ "brianium/paratest": "^2.0", "consistence/coding-standard": "^3.5", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", - "ext-gd": "*", "ext-intl": "*", "ext-mysqli": "*", + "ext-soap": "*", "ext-zip": "*", "jakub-onderka/php-parallel-lint": "^1.0", - "localheinz/composer-normalize": "~0.9.0", + "localheinz/composer-normalize": "^1.1.0", "phing/phing": "^2.16.0", - "phpstan/phpstan-deprecation-rules": "^0.10.2", - "phpstan/phpstan-php-parser": "^0.10", - "phpstan/phpstan-phpunit": "^0.10", - "phpstan/phpstan-strict-rules": "^0.10", + "phpstan/phpstan-deprecation-rules": "^0.11", + "phpstan/phpstan-php-parser": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", "phpunit/phpunit": "^7.0", "slevomat/coding-standard": "^4.7.2", "squizlabs/php_codesniffer": "^3.3.2" @@ -10411,7 +10411,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.10-dev" + "dev-master": "0.11-dev" } }, "autoload": { @@ -10427,7 +10427,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2019-01-08T09:51:19+00:00" + "time": "2019-01-19T20:23:08+00:00" }, { "name": "phpunit/php-code-coverage",