diff --git a/composer.json b/composer.json index 28d4eeae..2f59a1ce 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.6.2", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.19", + "phpstan/phpstan": "~0.12.20", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.8", "phpstan/phpstan-strict-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index d5967846..52f05586 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": "c42c4142b49c4626439aec296a74e441", + "content-hash": "d4dd26028047f6056589cc5c0bf8a1ed", "packages": [], "packages-dev": [ { @@ -2235,16 +2235,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.19", + "version": "0.12.20", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d" + "reference": "3d79c7109223aeb2d1157870c5d8875545403917" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", - "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3d79c7109223aeb2d1157870c5d8875545403917", + "reference": "3d79c7109223aeb2d1157870c5d8875545403917", "shasum": "" }, "require": { @@ -2273,7 +2273,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-04-19T20:35:10+00:00" + "time": "2020-05-03T17:12:46+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",