diff --git a/composer.json b/composer.json index ab39d9c3..b5412007 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.7.0", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.24", + "phpstan/phpstan": "~0.12.25", "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 1b7a8e6b..c06bac2a 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": "27dd641c77c60ab4491967d623310669", + "content-hash": "8d2a3e1ad93269c2213006f397858968", "packages": [ { "name": "composer/semver", @@ -3294,16 +3294,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.24", + "version": "0.12.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "823a120fea50b68742b2be2285818202ecce511e" + "reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/823a120fea50b68742b2be2285818202ecce511e", - "reference": "823a120fea50b68742b2be2285818202ecce511e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9619551d68b2d4c0d681a8df73f3c847c798ee64", + "reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64", "shasum": "" }, "require": { @@ -3332,7 +3332,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-05-10T14:25:55+00:00" + "time": "2020-05-10T20:36:16+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",