Skip to content

Commit

Permalink
chore(deps): update phpstan packages to v2 (major) (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 5d9de93 commit 5664014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"cdn77/coding-standard": "^7.0",
"infection/infection": "^0.29.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^11.4"
},
"autoload": {
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
parameters:
level: max

excludePaths:
- %currentWorkingDirectory%/tests/Fixtures/SomeDirectory/TraitFixture.php

paths:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests

0 comments on commit 5664014

Please sign in to comment.