From e7efc7c3a4569956da7e3d6d6f8aac4a99cb867d Mon Sep 17 00:00:00 2001 From: Hector Jusforgues Date: Mon, 26 Feb 2018 09:21:12 +0100 Subject: [PATCH] Update phpstan requirement to ^0.9.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3a7c06f..42f36e7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "jakub-onderka/php-parallel-lint": "^0.9.2", - "phpstan/phpstan": "^0.9.0", + "phpstan/phpstan": "^0.9.2", "phpunit/phpunit": "^6.4", "phpstan/phpstan-phpunit": "^0.9.0", "symfony/framework-bundle": "^4.0",