Skip to content

Commit

Permalink
Require larastan/larastan
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Dec 6, 2023
1 parent 1f07a96 commit 6a6ad72
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 101 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"orchestra/testbench": "^8.14.1",
"composer/composer": "^2.6.5",
"laravel/pint": "^1.13.6",
"nunomaduro/larastan": "^2.6.4",
"laradumps/laradumps-core": "^0.3.0",
"spaze/phpstan-disallowed-calls": "^2.16.1"
"spaze/phpstan-disallowed-calls": "^2.16.1",
"larastan/larastan": "^2.7"
},
"suggest": {
"openspout/openspout": "Required to export XLS and CSV"
Expand Down
201 changes: 103 additions & 98 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
- ./vendor/spaze/phpstan-disallowed-calls/extension.neon

parameters:
Expand Down

0 comments on commit 6a6ad72

Please sign in to comment.