Skip to content

Commit

Permalink
Merge pull request #90 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 e13a1e3 + 6602a47 commit 9895f9c
Show file tree
Hide file tree
Showing 12 changed files with 3,272 additions and 969 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-http": "^2.5.4",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.8"
},
"suggest": {
"alcaeus/mongo-php-adapter": "^1.0.5, if you are using ext/mongodb and wish to use the MongoConnectedListener.",
Expand All @@ -74,6 +76,7 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
Expand Down
3,509 changes: 2,567 additions & 942 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 9895f9c

Please sign in to comment.