Skip to content

Commit

Permalink
Merge pull request #26 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 23, 2021
2 parents eab9026 + c3bdf35 commit 59e498f
Show file tree
Hide file tree
Showing 43 changed files with 3,525 additions and 131 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"mongodb/mongodb": "^1.1.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
"psalm/plugin-phpunit": "^0.16.1",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0",
"vimeo/psalm": "^4.8"
},
"conflict": {
"doctrine/dbal": "<2.12.0",
Expand Down
Loading

0 comments on commit 59e498f

Please sign in to comment.