Skip to content

Commit

Permalink
Merge pull request #11 from kea/add-psalm
Browse files Browse the repository at this point in the history
Add psalm integration
  • Loading branch information
Ocramius authored Feb 3, 2022
2 parents ccf644c + 19a8b08 commit e1ffbc6
Show file tree
Hide file tree
Showing 4 changed files with 2,685 additions and 991 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"mezzio/mezzio-flash": "^1.3",
"phpunit/phpunit": "^9.5.11"
"phpunit/phpunit": "^9.5.11",
"vimeo/psalm": "^4.19"
},
"conflict": {
"phpspec/prophecy": "<1.7.2",
Expand All @@ -66,6 +67,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
Loading

0 comments on commit e1ffbc6

Please sign in to comment.