Skip to content

Commit

Permalink
Add back Psalm requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug authored Nov 19, 2018
1 parent 1128bea commit ff42748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
}
],
"require": {
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0"
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0",
"vimeo/psalm": "^3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.3"
Expand Down

0 comments on commit ff42748

Please sign in to comment.