diff --git a/composer.json b/composer.json index 9403447d..bc504cee 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "infection/infection": "~0.13.6", "phpbench/phpbench": "~0.16.10", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.5", + "phpstan/phpstan": "~0.12.6", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^7.5.20", diff --git a/composer.lock b/composer.lock index 0ef3fa5f..606cebdd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "13e8f2f2cab6f6519a1ecf3132b9be33", + "content-hash": "cba2303c42866ed6acf333cdaa15717c", "packages": [], "packages-dev": [ { @@ -2726,16 +2726,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.5", + "version": "0.12.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "71a20c18f06c53605251a00a8efe443fa85225d1" + "reference": "884659352d9ae2446f5ec5c6109b1e893c2387b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/71a20c18f06c53605251a00a8efe443fa85225d1", - "reference": "71a20c18f06c53605251a00a8efe443fa85225d1", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/884659352d9ae2446f5ec5c6109b1e893c2387b1", + "reference": "884659352d9ae2446f5ec5c6109b1e893c2387b1", "shasum": "" }, "require": { @@ -2761,7 +2761,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-01-12T14:31:21+00:00" + "time": "2020-01-20T14:12:32+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",