Skip to content

Commit

Permalink
Use larastan/larastan instead of nunomaduro/larastan
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick committed Feb 9, 2025
1 parent 58f3d28 commit c1e6b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"larastan/larastan": "^1.0 || ^2.0 || ^3.0",
"mockery/mockery": "~1.3.3 || ^1.4.2",
"nunomaduro/larastan": "^1.0 || ^2.0 || ^3.0",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.3.3 || ^10.0 || ^11.0",
"zing/coding-standard": "^7.0"
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:
parallel:
Expand Down

0 comments on commit c1e6b70

Please sign in to comment.