diff --git a/composer.json b/composer.json index 5f35c14c..2587e672 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.6.1", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.9", + "phpstan/phpstan": "~0.12.10", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 45449f44..58ea959b 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": "944e15e4990d4e29e46f033e4584bccb", + "content-hash": "f3964c6d56003412ccb100085ccfbc58", "packages": [ { "name": "composer/semver", @@ -3278,16 +3278,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.9", + "version": "0.12.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "297cb2458a96ea96d5e9d6ef38f1b7305c071f32" + "reference": "39004edc7fc308752f625b89b70ad1710708f45e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/297cb2458a96ea96d5e9d6ef38f1b7305c071f32", - "reference": "297cb2458a96ea96d5e9d6ef38f1b7305c071f32", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/39004edc7fc308752f625b89b70ad1710708f45e", + "reference": "39004edc7fc308752f625b89b70ad1710708f45e", "shasum": "" }, "require": { @@ -3313,7 +3313,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-02-04T22:30:27+00:00" + "time": "2020-02-12T22:03:42+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",