Skip to content

Commit 92fded8

Browse files
committed
Laravel 12 update
1 parent d861547 commit 92fded8

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
@@ -35,7 +35,7 @@
3535
"orchestra/testbench": "^9.0|^10.0",
3636
"friendsofphp/php-cs-fixer": "^3.75",
3737
"phpstan/phpstan": "^2.1",
38-
"larastan/larastan": "^3.0"
38+
"nunomaduro/larastan": "^3.0"
3939
},
4040
"extra": {
4141
"laravel": {

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

0 commit comments

Comments
 (0)