From 8cfdfa3d3ed07868d5d57ae351b4b48719a73f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 8 Dec 2022 22:37:42 +0100 Subject: [PATCH] Update composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 119e8c2e..e14afd81 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Pi-hole Dashboard for stats and more", "require": { "php": ">=5.4", - "phpstan/phpstan": "^0.12.42" + "phpstan/phpstan": "1.*" }, "license": "EUPL-1.2", "minimum-stability": "stable", @@ -12,8 +12,5 @@ "files": [ "scripts/vendor/qrcode.php" ] - }, - "scripts": { - "phpstan": "vendor/phpstan/phpstan/phpstan analyse -c phpstan.neon.dist" } }