From 0e286d8261d07a2198b911f1dc0db42698e8eee6 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 16 Feb 2019 22:17:01 +0100 Subject: [PATCH] Temporarely downgrading phpstan --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ed431a24..ad597380 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "doctrine/data-fixtures": "^1.3", "filp/whoops": "^2.0", "infection/infection": "^0.12.2", - "phpstan/phpstan": "^0.11.2", + "phpstan/phpstan": "^0.10.8", "phpunit/phpcov": "^6.0@dev || ^5.0", "phpunit/phpunit": "^8.0 || ^7.5", "roave/security-advisories": "dev-master",