Skip to content

Commit

Permalink
Override deprecationRulesInstalled config to true
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored and ondrejmirtes committed Dec 7, 2022
1 parent 763fe3e commit f6e02de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.5"
"phpstan/phpstan": "^1.9.3"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ includes:
- vendor/phpstan/phpstan-phpunit/extension.neon

parameters:
deprecationRulesInstalled: true
excludePaths:
- tests/*/data/*

0 comments on commit f6e02de

Please sign in to comment.