Skip to content

Commit

Permalink
Fix Psalm for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Jun 28, 2022
1 parent 489a959 commit cb8b9a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"spatie/simple-excel": "^1.13.1"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"pestphp/pest": "^1.21",
"psalm/plugin-laravel": "^2.0",
"vimeo/psalm": "^4.24"
},
"autoload": {
Expand Down
3 changes: 3 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
</errorLevel>
</UndefinedClass>
</issueHandlers>
<plugins>
<pluginClass class="Psalm\LaravelPlugin\Plugin"/>
</plugins>
</psalm>

0 comments on commit cb8b9a3

Please sign in to comment.