Skip to content

Commit 6912a19

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 9e50b18 commit 6912a19

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
@@ -31,8 +31,8 @@
3131
},
3232
"require-dev": {
3333
"guzzlehttp/guzzle": "^7.2",
34+
"larastan/larastan": "^2.4",
3435
"laravel/nova": "^4.14",
35-
"nunomaduro/larastan": "^2.4",
3636
"orchestra/testbench": "^7.30 || ^8.10",
3737
"phpunit/phpunit": "^9.6",
3838
"nova-kit/nova-devtool": "^1.2.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

55
parameters:

0 commit comments

Comments
 (0)