We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7c647 commit c38ce7cCopy full SHA for c38ce7c
composer.json
@@ -23,6 +23,7 @@
23
"nette/forms": "^3.0",
24
"nette/utils": "^2.3.0 || ^3.0.0",
25
"php-parallel-lint/php-parallel-lint": "^1.2",
26
+ "phpstan/phpstan-deprecation-rules": "^2.0",
27
"phpstan/phpstan-phpunit": "^2.0",
28
"phpstan/phpstan-strict-rules": "^2.0",
29
"phpunit/phpunit": "^9.6"
phpstan.neon
@@ -4,6 +4,7 @@ includes:
4
- vendor/phpstan/phpstan-phpunit/extension.neon
5
- vendor/phpstan/phpstan-phpunit/rules.neon
6
- vendor/phpstan/phpstan-strict-rules/rules.neon
7
+ - vendor/phpstan/phpstan-deprecation-rules/rules.neon
8
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
9
10
parameters:
0 commit comments