Skip to content

Commit d3ed85e

Browse files
committed
chore: upgrade to phpstan ^1.4.6
1 parent 254566b commit d3ed85e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^7 || ^8 || ^9",
47-
"phpstan/phpstan": "^0.12",
47+
"phpstan/phpstan": "^1.4.6",
4848
"wdes/coding-standard": "^3.0"
4949
},
5050
"autoload": {

phpstan.neon.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ includes:
22
- phpstan-baseline.neon
33
parameters:
44
level: max
5-
excludes_analyse:
6-
- vendor/*
75
paths:
86
- src/
97
- tests/

0 commit comments

Comments
 (0)