Skip to content

Commit

Permalink
add vimeo/psalm with a generated baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Lockett <[email protected]>
  • Loading branch information
Gary Lockett committed Sep 11, 2022
1 parent 508df8a commit a31da87
Show file tree
Hide file tree
Showing 4 changed files with 3,513 additions and 800 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.6"
},
"suggest": {
"aist/aist-git-tools": "Show you information about current GIT repository",
Expand All @@ -67,10 +69,12 @@
"scripts": {
"check": [
"@cs-check",
"@static-analysis",
"@test"
],
"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 a31da87

Please sign in to comment.