From ef8955cd2ce9a119033b02b42c2ad7825f9d4122 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 16 Jan 2019 23:14:29 +0000 Subject: [PATCH] Disable pepakriz/phpstan-exception-rules until it works with latest phpstan --- resources/tools.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 07130994..bd896485 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -555,7 +555,8 @@ "namespace": "phpstan" } }, - "test": "true" + "test": "true", + "tags": ["exclude-php:7.1", "exclude-php:7.2", "exclude-php:7.3"] }, { "name": "phpunit",