From 7c29cbfd1eb88e314df6d245f78058b406686fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= Date: Sat, 26 Jan 2019 22:13:19 +0100 Subject: [PATCH] add support for phpstan 0.11.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a958f53..a8ffe4c 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ }, "require": { "php": ">= 7.0.0", - "phpstan/phpstan": "^0.10.4" + "phpstan/phpstan": "^0.10 || ^0.11" }, "license": "MIT", "authors": [