Skip to content

Commit

Permalink
Add Psalm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jan 20, 2020
1 parent a31ae08 commit dc15130
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@
"require-dev": {
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "^2.7",
"vimeo/psalm": "^1|^2"
"vimeo/psalm": "^1|^3"
},
"scripts": {
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
"test": "phpunit && psalm"
}
}

0 comments on commit dc15130

Please sign in to comment.