diff --git a/composer.json b/composer.json index 4963551c..2fae6f94 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ergebnis/test-util": "~0.9.1", "jangregor/phpstan-prophecy": "~0.6.0", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.6", + "phpstan/phpstan": "~0.12.7", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.1", diff --git a/composer.lock b/composer.lock index 23581ae4..6d845c3e 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": "3f13ab58683f836a1e71e4ec7497ae85", + "content-hash": "650d83b88fa57e069eb05771b53771fd", "packages": [ { "name": "ergebnis/json-normalizer", @@ -2137,16 +2137,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.6", + "version": "0.12.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "884659352d9ae2446f5ec5c6109b1e893c2387b1" + "reference": "07fa7958027fd98c567099bbcda5d6a0f2ec5197" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/884659352d9ae2446f5ec5c6109b1e893c2387b1", - "reference": "884659352d9ae2446f5ec5c6109b1e893c2387b1", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/07fa7958027fd98c567099bbcda5d6a0f2ec5197", + "reference": "07fa7958027fd98c567099bbcda5d6a0f2ec5197", "shasum": "" }, "require": { @@ -2172,7 +2172,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-01-20T14:12:32+00:00" + "time": "2020-01-20T21:59:06+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",