diff --git a/composer.json b/composer.json index 4f103c57..aa913d29 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "infection/infection": "~0.15.3", "jangregor/phpstan-prophecy": "~0.6.2", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.15", + "phpstan/phpstan": "~0.12.16", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-doctrine": "~0.12.10", "phpstan/phpstan-phpunit": "~0.12.6", diff --git a/composer.lock b/composer.lock index 2998a7d2..06bd79d1 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": "fcbe3984f0f76a56ecd0a2f1b46ea2ec", + "content-hash": "ec2415b1faa911fd1cc31ab1e9ff731f", "packages": [ { "name": "doctrine/annotations", @@ -3126,16 +3126,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.15", + "version": "0.12.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3928a303954338eb8ed201cfe69134950318b470" + "reference": "766dd42f741faa174391e8888babeb5150fcde8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3928a303954338eb8ed201cfe69134950318b470", - "reference": "3928a303954338eb8ed201cfe69134950318b470", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/766dd42f741faa174391e8888babeb5150fcde8d", + "reference": "766dd42f741faa174391e8888babeb5150fcde8d", "shasum": "" }, "require": { @@ -3161,7 +3161,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-03-16T15:27:38+00:00" + "time": "2020-03-17T14:31:10+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",