Skip to content

Commit 214289e

Browse files
Merge pull request #4 from codelabmw/chore/add-larastan---phpstan-extension
Chore: Added larastan extension
2 parents 59c21b5 + 5fe3417 commit 214289e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"illuminate/support": "^11.43"
2828
},
2929
"require-dev": {
30+
"larastan/larastan": "^3.0",
3031
"laravel/pint": "^1.21",
3132
"orchestra/testbench": "^9.11",
3233
"peckphp/peck": "^0.1.2",
@@ -71,4 +72,4 @@
7172
"@test:unit"
7273
]
7374
}
74-
}
75+
}

phpstan.neon.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
includes:
22
- phpstan-baseline.neon
3+
- vendor/larastan/larastan/extension.neon
4+
- vendor/nesbot/carbon/extension.neon
35

46
parameters:
57
level: max

0 commit comments

Comments
 (0)