Skip to content

Commit 3b0da6b

Browse files
authored
Merge pull request #184 from farishrf/enh/use-larastan-organization
fix: Update composer.json to use Larastan org
2 parents cdd2b90 + 77752ba commit 3b0da6b

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
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"maatwebsite/excel": "^3.1.46",
25-
"nunomaduro/larastan": "^2.4",
25+
"larastan/larastan": "^2.4",
2626
"orchestra/testbench": "^8",
2727
"rap2hpoutre/fast-excel": "^5.1",
2828
"barryvdh/laravel-snappy": "^1.0.1"

phpstan.neon.dist

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

0 commit comments

Comments
 (0)