Skip to content

Commit

Permalink
having psalm check tests, amending version of plugin used, re: psalm/…
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jan 3, 2020
1 parent baf7dbf commit f39a778
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"maglnet/composer-require-checker": "^2.0",
"phpunit/phpunit": "^8.5",
"povils/phpmnd": "^2.1",
"psalm/plugin-phpunit": "^0.8.0",
"psalm/plugin-phpunit": "dev-master",
"sebastian/phpcpd": "^4.1",
"signpostmarv/php-cs-fixer-config": "^0.14.0",
"vimeo/psalm": "^3.8"
Expand Down
16 changes: 9 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<projectFiles>
<file name="./.php_cs.dist"/>
<directory name="src"/>
<directory name="tests" />
<ignoreFiles>
<directory name="vendor"/>
</ignoreFiles>
Expand Down

0 comments on commit f39a778

Please sign in to comment.