Skip to content

Commit

Permalink
qa: add Psalm to dev dependencies, and provide configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Mar 2, 2021
1 parent 85271db commit 41b1a4c
Show file tree
Hide file tree
Showing 3 changed files with 2,207 additions and 622 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"laminas/laminas-modulemanager": "^2.10.1",
"phpdocumentor/reflection-docblock": "^5.2.2",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.15.1",
"vimeo/psalm": "^4.6"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 41b1a4c

Please sign in to comment.