From abd718b924d481433e575323d03fc32e8278fe5a Mon Sep 17 00:00:00 2001 From: Gallaecio Date: Tue, 29 May 2018 11:35:51 +0200 Subject: [PATCH] =?UTF-8?q?Support=20phpstan=E2=80=99s=20dev-master=20vers?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #15 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b381106..d7bb4be 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "laravel/framework": "5.5.* || 5.6.*", - "phpstan/phpstan": "^0.9" + "phpstan/phpstan": "^0.9 || ^0.10" }, "require-dev": { "phpunit/phpunit": "^6.5.2"