diff --git a/composer.json b/composer.json index 00a54994..640a25e8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.6.2", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.20", + "phpstan/phpstan": "~0.12.22", "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 a58d318e..52fd8c2b 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": "dd8cda2853e25e4c979b41bcef3ffc7d", + "content-hash": "0990f1eaec84024521c6ccd78344bed1", "packages": [ { "name": "composer/semver", @@ -3294,16 +3294,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.20", + "version": "0.12.22", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3d79c7109223aeb2d1157870c5d8875545403917" + "reference": "59090e1b84efca9310e58586aeb787521aa00b10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3d79c7109223aeb2d1157870c5d8875545403917", - "reference": "3d79c7109223aeb2d1157870c5d8875545403917", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/59090e1b84efca9310e58586aeb787521aa00b10", + "reference": "59090e1b84efca9310e58586aeb787521aa00b10", "shasum": "" }, "require": { @@ -3332,7 +3332,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-05-03T17:12:46+00:00" + "time": "2020-05-04T09:21:25+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",