Skip to content

Commit e19c786

Browse files
Merge pull request #26 from superrosko/qa/psalm
Qa/psalm
2 parents 783a29e + 129e46e commit e19c786

26 files changed

+1301
-83
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
"laminas/laminas-test": "^3.5",
4545
"mockery/mockery": "^1.3.2",
4646
"phpspec/prophecy-phpunit": "^2.0",
47-
"phpunit/phpunit": "^9.3"
47+
"phpunit/phpunit": "^9.3",
48+
"psalm/plugin-phpunit": "^0.15",
49+
"vimeo/psalm": "^4.7"
4850
},
4951
"suggest": {
5052
"alcaeus/mongo-php-adapter": "^1.0.5, if you are using ext/mongodb and wish to use the MongoAdapter for OAuth2 credential storage."
@@ -69,6 +71,7 @@
6971
],
7072
"cs-check": "phpcs",
7173
"cs-fix": "phpcbf",
74+
"static-analysis": "psalm --shepherd --stats",
7275
"test": "phpunit --colors=always",
7376
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
7477
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)