Skip to content

Commit ae3ab05

Browse files
authored
migrate to larastan (#29)
1 parent 26299d9 commit ae3ab05

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
@@ -23,7 +23,7 @@
2323
"orchestra/testbench": "^7.0|^8.0|^9.0",
2424
"laravel/legacy-factories": "^1.0.4",
2525
"friendsofphp/php-cs-fixer": "^3.13",
26-
"nunomaduro/larastan": "^2.3"
26+
"larastan/larastan": "^2.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

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
parameters:
55
paths:

0 commit comments

Comments
 (0)