Skip to content

Commit 5d57431

Browse files
Merge pull request #20 from weierophinney/feature/psalm-integration
Provide Psalm integration
2 parents 1c9a2c9 + d903a0e commit 5d57431

17 files changed

+3233
-1020
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
"require-dev": {
4040
"laminas/laminas-coding-standard": "~2.2.0",
4141
"phpspec/prophecy-phpunit": "^2.0",
42-
"phpunit/phpunit": "^9.3"
42+
"phpunit/phpunit": "^9.3",
43+
"psalm/plugin-phpunit": "^0.16.0",
44+
"vimeo/psalm": "^4.7"
4345
},
4446
"autoload": {
4547
"psr-4": {

composer.lock

Lines changed: 2590 additions & 965 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)