diff --git a/composer.json b/composer.json index af164e1b..97f74069 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "infection/infection": "~0.13.6", "phpbench/phpbench": "~0.16.10", "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-strict-rules": "~0.12.1", "phpunit/phpunit": "^7.5.18", diff --git a/composer.lock b/composer.lock index bb4c3553..a1324658 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": "1ab2ed1ca622f970f6279179c8b780bf", + "content-hash": "c09f64ce272f1e59f20013daec922f6c", "packages": [], "packages-dev": [ { @@ -2720,20 +2720,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": [ @@ -2756,7 +2755,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",