Skip to content

Commit 92e0f30

Browse files
authored
Require psalm #1
1 parent 7c77d31 commit 92e0f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"require-dev": {
2222
"orchestra/testbench": "^6.0",
2323
"phpunit/phpunit": "^9.3",
24-
"spatie/laravel-ray": "^1.9"
24+
"spatie/laravel-ray": "^1.9",
25+
"vimeo/psalm": "^4.4"
2526
},
2627
"autoload": {
2728
"psr-4": {

0 commit comments

Comments
 (0)