Skip to content

Commit 5180099

Browse files
committed
Use of latest larastan in composer
1 parent 3fa10f5 commit 5180099

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"illuminate/database": "~12.0|~13.0",
2727
"illuminate/support": "~12.0|~13.0",
28-
"nunomaduro/larastan": "^3.1",
28+
"larastan/larastan": "^3.4",
2929
"orchestra/testbench": "^10.0",
3030
"pestphp/pest": "^4.4",
3131
"laravel/pint": "^1.28",

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

0 commit comments

Comments
 (0)