Skip to content

Commit

Permalink
Merge pull request #3 from nelson6e65/new-phpstan
Browse files Browse the repository at this point in the history
chore(dev-deps): upgrade phpstan/phpstan
  • Loading branch information
nelson6e65 authored Jun 6, 2024
2 parents 40914f2 + b4f864e commit 44fcecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^0.12.81",
"phpstan/phpstan": "^1.11",
"composer/composer": "^2.0"
}
}
6 changes: 3 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
level: 2
level: 5
paths:
- src

excludes_analyse:
- vendor
excludePaths:
- vendor/*

0 comments on commit 44fcecf

Please sign in to comment.