Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-10-08 06:12:20 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-10-08 06:12:20 +0300
commitcf3c3fb9f1e8bf81dcb7495835efba16d65af74f (patch)
treec9d50a979c8673a9fc6c7194e459a652420920cb /composer.json
parent24a9b9146bd968f2e5691224f5c5ce9f5fe05c36 (diff)
Add the phpstan/phpstan-strict-rules package
Adds additional rules for PHPStan to make it more strict. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
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",