From 01f32846a056515b079e8da3923d7c11e3fd9814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Thu, 21 Dec 2023 11:41:48 +0100 Subject: [PATCH] PHPStan deprecation rules needs the PHPStan plugin loader --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a2da6f..706322b 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,7 @@ }, "bin": ["bin/convert", "bin/build_hw_jsons", "bin/refresh_hw_sources","bin/validate"], "require-dev": { + "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-deprecation-rules": "^1.1", "phpunit/phpunit": "^9.6", @@ -45,6 +46,9 @@ "platform": { "php": "7.4.99" }, - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "phpstan/extension-installer": true + } } }