From ce1439826c5c13ad333582b7ba54e836af4f140d Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Fri, 29 Jan 2021 20:06:27 +0100 Subject: [PATCH] allow phpstan new, now with fixed in symplify --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 34055f384ea..c4dc73ccfe4 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "nette/utils": "^3.2", "nikic/php-parser": "^4.10.4", "phpstan/phpdoc-parser": "^0.4.9", - "phpstan/phpstan": "^0.12.64, <0.12.70", + "phpstan/phpstan": "^0.12.64", "phpstan/phpstan-phpunit": "^0.12.17", "psr/simple-cache": "^1.0", "sebastian/diff": "^4.0",