diff --git a/composer.json b/composer.json index 2cb20735..4fc0e76d 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.6.0", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.7", + "phpstan/phpstan": "~0.12.8", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 60a9f909..95348cc0 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": "04bbd683587d17330154bd82ddd6cb76", + "content-hash": "0268929101ea5ce2fa812e762d5147a6", "packages": [], "packages-dev": [ { @@ -2215,16 +2215,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.7", + "version": "0.12.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "07fa7958027fd98c567099bbcda5d6a0f2ec5197" + "reference": "62a552602b7586d82826231f2fd4cbfe39fe0b1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/07fa7958027fd98c567099bbcda5d6a0f2ec5197", - "reference": "07fa7958027fd98c567099bbcda5d6a0f2ec5197", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/62a552602b7586d82826231f2fd4cbfe39fe0b1d", + "reference": "62a552602b7586d82826231f2fd4cbfe39fe0b1d", "shasum": "" }, "require": { @@ -2250,7 +2250,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-01-20T21:59:06+00:00" + "time": "2020-01-26T23:36:48+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",