Skip to content

Commit

Permalink
Merge pull request #16 from bearsunday/psalm-plugin
Browse files Browse the repository at this point in the history
Add psalm plugin
  • Loading branch information
koriym committed May 23, 2020
2 parents 69e1f1c + 231be66 commit 70cccf3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Expand Up @@ -12,15 +12,19 @@
"mayflower/php-codebrowser": "^2.0",
"phploc/phploc": "^5.0",
"phpmd/phpmd": "^2.7",
"phpstan/phpstan": "~0.11",
"phpmetrics/phpmetrics": "^2.4",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^8.5",
"psalm/plugin-phpunit": "^0.10.0",
"sebastian/phpcpd": "^3.0 || ^4.1",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.6",
"phpmetrics/phpmetrics": "^2.4"
"vimeo/psalm": "^3.6"
},
"bin": [
"bin/phpbuild",
"bin/phptest"
]
],
"config": {
"sort-packages": true
}
}

0 comments on commit 70cccf3

Please sign in to comment.