We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763fe3e commit f6e02deCopy full SHA for f6e02de
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.2 || ^8.0",
10
- "phpstan/phpstan": "^1.5"
+ "phpstan/phpstan": "^1.9.3"
11
},
12
"require-dev": {
13
"php-parallel-lint/php-parallel-lint": "^1.2",
phpstan.neon
@@ -5,5 +5,6 @@ includes:
5
- vendor/phpstan/phpstan-phpunit/extension.neon
6
parameters:
+ deprecationRulesInstalled: true
excludePaths:
- tests/*/data/*
0 commit comments