Skip to content

Commit db440d9

Browse files
authored
Merge pull request #3107 from arnebr/patch-2
fix: Update composer.json to use Larastan Org
2 parents 22e6dda + 0761bd1 commit db440d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"algolia/algoliasearch-client-php": "^3.4",
2626
"laravel/scout": "^10.5",
2727
"meilisearch/meilisearch-php": "^1.4",
28-
"nunomaduro/larastan": "^2.4",
28+
"larastan/larastan": "^2.4",
2929
"orchestra/testbench": "^8",
3030
"yajra/laravel-datatables-html": "^9.3.4|^10"
3131
},

phpstan.neon.dist

+1-1
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)