From cf3c3fb9f1e8bf81dcb7495835efba16d65af74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sat, 8 Oct 2022 00:12:20 -0300 Subject: Add the phpstan/phpstan-strict-rules package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds additional rules for PHPStan to make it more strict. Signed-off-by: MaurĂ­cio Meneghini Fauth --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 7b96f5c031..44b6acf5ca 100644 --- a/composer.json +++ b/composer.json @@ -100,8 +100,9 @@ "php-webdriver/webdriver": "^1.11", "phpmyadmin/coding-standard": "^3.0.0", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.4.8", + "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1.4", "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^8.5 || ^9.5", "pragmarx/google2fa-qrcode": "^2.1", -- cgit v1.2.3