Skip to content

Commit f6e02de

Browse files
villfaondrejmirtes
authored andcommitted
Override deprecationRulesInstalled config to true
1 parent 763fe3e commit f6e02de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.2 || ^8.0",
10-
"phpstan/phpstan": "^1.5"
10+
"phpstan/phpstan": "^1.9.3"
1111
},
1212
"require-dev": {
1313
"php-parallel-lint/php-parallel-lint": "^1.2",

phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ includes:
55
- vendor/phpstan/phpstan-phpunit/extension.neon
66

77
parameters:
8+
deprecationRulesInstalled: true
89
excludePaths:
910
- tests/*/data/*

0 commit comments

Comments
 (0)