Skip to content

Commit

Permalink
Merge pull request #32 from weierophinney/feature/psalm-integration
Browse files Browse the repository at this point in the history
Provide Psalm integration
  • Loading branch information
weierophinney authored Mar 2, 2021
2 parents 85271db + e52c8df commit 2f25ed9
Show file tree
Hide file tree
Showing 26 changed files with 3,970 additions and 730 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 2f25ed9

Please sign in to comment.