Skip to content

Commit 120cf48

Browse files
committed
update larastan
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent 95f9eed commit 120cf48

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
@@ -24,7 +24,7 @@
2424
"spatie/pest-plugin-snapshots": "^2.1.0",
2525
"laravel/pint": "^1.14",
2626
"phpstan/phpstan": "^1.10.59",
27-
"nunomaduro/larastan": "^2.9.2"
27+
"larastan/larastan": "^2.9.2"
2828
},
2929
"autoload": {
3030
"psr-4": {

phpstan.neon.dist renamed to 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
parameters:
44
level: 8
55
paths:

0 commit comments

Comments
 (0)