Skip to content

Commit

Permalink
Use new Larastan namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kblais committed Apr 16, 2024
1 parent 1b97c3f commit 959fd88
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 @@ -18,7 +18,7 @@
"require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0",
"friendsofphp/php-cs-fixer": "^3.0",
"nunomaduro/larastan": "^2.0"
"larastan/larastan": "^2.9"
},
"scripts": {
"tests:cs": [
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:
paths:
- src
Expand Down

0 comments on commit 959fd88

Please sign in to comment.