diff --git a/composer.json b/composer.json index 3bc7d6b..c399fb6 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ergebnis/test-util": "~0.9.1", "infection/infection": "~0.15.3", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.11", + "phpstan/phpstan": "~0.12.12", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^8.5.2", diff --git a/composer.lock b/composer.lock index a5edd42..6ae3d3b 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": "b3ba2d493079e014bb0e6d2d8b5ff3ef", + "content-hash": "10e86b949c6a6c7033397afdfa1627c8", "packages": [], "packages-dev": [ { @@ -2228,16 +2228,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.11", + "version": "0.12.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "ca5f2b7cf81c6d8fba74f9576970399c5817e03b" + "reference": "aa7877f4240a92bdd51524b4305c380df0e73a83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ca5f2b7cf81c6d8fba74f9576970399c5817e03b", - "reference": "ca5f2b7cf81c6d8fba74f9576970399c5817e03b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/aa7877f4240a92bdd51524b4305c380df0e73a83", + "reference": "aa7877f4240a92bdd51524b4305c380df0e73a83", "shasum": "" }, "require": { @@ -2263,7 +2263,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-02-16T14:00:29+00:00" + "time": "2020-03-01T22:09:42+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",