Skip to content

Commit

Permalink
update larastan
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 12, 2024
1 parent 7e1b871 commit eb30fe3
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 @@ -37,7 +37,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.30",
"laravel/pint": "^1.13",
"nunomaduro/larastan": "^2.8",
"larastan/larastan": "^2.8",
"squizlabs/php_codesniffer": "^3.7",
"tightenco/duster": "^2.4",
"tightenco/tlint": "^9.1",
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:

Expand Down

0 comments on commit eb30fe3

Please sign in to comment.