Skip to content

Commit

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

0 comments on commit 1128bea

Please sign in to comment.