Skip to content

Commit

Permalink
Add phpstan/phpstan-deprecation-rules in expectation of PHPStan 2.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze authored Oct 3, 2024
2 parents 0615f65 + 5432bfa commit 86ef121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"phpunit/phpunit": "^8.5 || ^10.1 || ^11.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"php-parallel-lint/php-console-highlighter": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.2",
"spaze/coding-standard": "^1.7"
},
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ parameters:

includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- extension.neon
- disallowed-dangerous-calls.neon
- disallowed-execution-calls.neon
Expand Down

0 comments on commit 86ef121

Please sign in to comment.