1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-14 03:54:03 +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:
Mark 2024-12-29 08:04:43 +01:00
parent 921a4dc242
commit 4e8a0172c9
No known key found for this signature in database
GPG key ID: 79CFF7869BD39873
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
"pestphp/pest": "^2.0", "pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.9.8", "phpstan/phpstan": "^1.9.8",
"pestphp/pest-plugin-laravel": "^2.0", "pestphp/pest-plugin-laravel": "^2.0",
"nunomaduro/larastan": "^2.4" "larastan/larastan": "^2.4"
}, },
"extra": { "extra": {
"laravel": { "laravel": {

View file

@ -1,5 +1,5 @@
includes: includes:
- ./vendor/nunomaduro/larastan/extension.neon - ./vendor/larastan/larastan/extension.neon
parameters: parameters:
paths: paths: