diff --git a/composer.json b/composer.json index a3c161ee..0b702aa6 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.3", + "phpstan/phpstan": "~0.12.4", "phpstan/phpstan-deprecation-rules": "~0.12.1", "phpstan/phpstan-phpunit": "~0.12.5", "phpstan/phpstan-strict-rules": "~0.12.1", diff --git a/composer.lock b/composer.lock index 242e76d8..81dcec32 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": "dad650add255c0dd441d6731764bb83b", + "content-hash": "6b4a5d785a9da52374984692af5c22b0", "packages": [ { "name": "ergebnis/composer-json-normalizer", @@ -2132,20 +2132,19 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.3", + "version": "0.12.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c15a6ea55da71d8133399306f560cfe4d30301b7" + "reference": "100a25ba8561223f6bf5a5ff4204f951c0ec007c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c15a6ea55da71d8133399306f560cfe4d30301b7", - "reference": "c15a6ea55da71d8133399306f560cfe4d30301b7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/100a25ba8561223f6bf5a5ff4204f951c0ec007c", + "reference": "100a25ba8561223f6bf5a5ff4204f951c0ec007c", "shasum": "" }, "require": { - "nikic/php-parser": "^4.3.0", "php": "^7.1" }, "bin": [ @@ -2168,7 +2167,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2019-12-14T13:41:17+00:00" + "time": "2020-01-06T06:38:17+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",