Skip to content

Commit 033f402

Browse files
committed
update the larastan pkg
1 parent 21212c8 commit 033f402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"nesbot/carbon": "^2.0"
1818
},
1919
"require-dev": {
20+
"larastan/larastan": "^2.0",
2021
"laravel/pint": "^1.0",
21-
"nunomaduro/larastan": "^2.6",
2222
"orchestra/testbench": "^8.11"
2323
},
2424
"autoload": {

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- ./vendor/nunomaduro/larastan/extension.neon
2+
- vendor/larastan/larastan/extension.neon
33

44
parameters:
55
level: 7

0 commit comments

Comments
 (0)