Skip to content

Commit

Permalink
Merge pull request #20 from weierophinney/feature/psalm-integration
Browse files Browse the repository at this point in the history
Provide Psalm integration
  • Loading branch information
weierophinney authored Jun 7, 2021
2 parents 1c9a2c9 + d903a0e commit 5d57431
Show file tree
Hide file tree
Showing 17 changed files with 3,233 additions and 1,020 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.16.0",
"vimeo/psalm": "^4.7"
},
"autoload": {
"psr-4": {
Expand Down
3,555 changes: 2,590 additions & 965 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 5d57431

Please sign in to comment.