mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 19:34:02 +00:00
Use larastan from the proper package namespace
Use larastan/larastan instead of nunomaduro/larastan as the latter is deprecated.
This commit is contained in:
parent
921a4dc242
commit
4e8a0172c9
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
"pestphp/pest": "^2.0",
|
||||
"phpstan/phpstan": "^1.9.8",
|
||||
"pestphp/pest-plugin-laravel": "^2.0",
|
||||
"nunomaduro/larastan": "^2.4"
|
||||
"larastan/larastan": "^2.4"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
includes:
|
||||
- ./vendor/nunomaduro/larastan/extension.neon
|
||||
- ./vendor/larastan/larastan/extension.neon
|
||||
|
||||
parameters:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue