Skip to content

Commit

Permalink
Move psalm to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Feb 7, 2020
1 parent ff059b0 commit c3f3b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"require": {
"php": ">=7.1",
"ext-json": "*",
"vimeo/psalm": "^3.8"
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "1.*"
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^3.8"
}
}

0 comments on commit c3f3b36

Please sign in to comment.