diff --git a/composer.json b/composer.json index 1e5e075a..ceddd3c2 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ergebnis/phpstan-rules": "~0.14.2", "infection/infection": "~0.13.6", "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 43d33c0a..d0595789 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": "dd13599088129493195f562b9a77b055", + "content-hash": "ae1ece0c3a44430576944f82e83a282d", "packages": [ { "name": "ergebnis/classy", @@ -2153,20 +2153,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": [ @@ -2189,7 +2188,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",