Skip to content

Commit f999396

Browse files
authored
Use larastan/larastan instead of nunomaduro/larastan (#110)
1 parent 76356c0 commit f999396

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
@@ -30,10 +30,10 @@
3030
"zing/flysystem-obs": "^2.2 || ^3.0"
3131
},
3232
"require-dev": {
33+
"larastan/larastan": "^1.0 || ^2.0 || ^3.0",
3334
"league/flysystem-path-prefixing": "^3.3",
3435
"league/flysystem-read-only": "^3.3",
3536
"mockery/mockery": "~1.3.3 || ^1.4.2",
36-
"nunomaduro/larastan": "^1.0 || ^2.0 || ^3.0",
3737
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
3838
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0",
3939
"zing/coding-standard": "^6.4 || ^7.0"

phpstan.neon

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
level: max

0 commit comments

Comments
 (0)