Skip to content

Commit

Permalink
Upgrade to larastan/larastan (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
parth391 authored Dec 8, 2023
1 parent dab82ef commit 6d2a7f0
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 @@
"orchestra/testbench": "^4|^5|^6|^7|^8",
"squizlabs/php_codesniffer": "^3.5",
"phpro/grumphp": "^1",
"nunomaduro/larastan": "^1|^2"
"larastan/larastan": "^2.7.0"
},
"autoload": {
"psr-4": {
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:
reportUnmatchedIgnoredErrors: false
Expand Down

0 comments on commit 6d2a7f0

Please sign in to comment.