diff --git a/composer.json b/composer.json index ecdbc29c..f810890c 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "infection/infection": "~0.13.6", "phpbench/phpbench": "~0.16.10", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.12", + "phpstan/phpstan": "~0.12.14", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", diff --git a/composer.lock b/composer.lock index 0518c2e7..2103b5cd 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": "c75b2536ad307ce358d679d76df5737e", + "content-hash": "c2f8d512ba2fed6b3fdc5c4a88164f95", "packages": [], "packages-dev": [ { @@ -2730,16 +2730,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.12", + "version": "0.12.14", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "aa7877f4240a92bdd51524b4305c380df0e73a83" + "reference": "37bdd26a80235d0f9045b49f4151102b7831cbe2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/aa7877f4240a92bdd51524b4305c380df0e73a83", - "reference": "aa7877f4240a92bdd51524b4305c380df0e73a83", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/37bdd26a80235d0f9045b49f4151102b7831cbe2", + "reference": "37bdd26a80235d0f9045b49f4151102b7831cbe2", "shasum": "" }, "require": { @@ -2765,7 +2765,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-03-01T22:09:42+00:00" + "time": "2020-03-02T22:29:43+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",