Skip to content

Commit c3f3b36

Browse files
committed
Move psalm to require-dev
1 parent ff059b0 commit c3f3b36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
},
2424
"require": {
2525
"php": ">=7.1",
26-
"ext-json": "*",
27-
"vimeo/psalm": "^3.8"
26+
"ext-json": "*"
2827
},
2928
"require-dev": {
3029
"phpunit/phpunit": "^7",
31-
"squizlabs/php_codesniffer": "1.*"
30+
"squizlabs/php_codesniffer": "1.*",
31+
"vimeo/psalm": "^3.8"
3232
}
3333
}

0 commit comments

Comments
 (0)