Skip to content

Commit 9895f9c

Browse files
Merge pull request #90 from weierophinney/feature/psalm-integration
Provide Psalm integration
2 parents e13a1e3 + 6602a47 commit 9895f9c

12 files changed

+3272
-969
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050
"laminas/laminas-coding-standard": "~2.3.0",
5151
"laminas/laminas-http": "^2.5.4",
5252
"phpspec/prophecy-phpunit": "^2.0",
53-
"phpunit/phpunit": "^9.3"
53+
"phpunit/phpunit": "^9.3",
54+
"psalm/plugin-phpunit": "^0.16.1",
55+
"vimeo/psalm": "^4.8"
5456
},
5557
"suggest": {
5658
"alcaeus/mongo-php-adapter": "^1.0.5, if you are using ext/mongodb and wish to use the MongoConnectedListener.",
@@ -74,6 +76,7 @@
7476
],
7577
"cs-check": "phpcs",
7678
"cs-fix": "phpcbf",
79+
"static-analysis": "psalm --shepherd --stats",
7780
"test": "phpunit --colors=always",
7881
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
7982
},

composer.lock

+2,567-942
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)