diff --git a/README.md b/README.md new file mode 100644 index 0000000..f97d78a --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# phpunit-psalm-plugin + +A PHPUnit plugin for [Psalm](https://github.com/vimeo/psalm) (requires Psalm v3). + +Installation: + +``` +composer require --dev psalm/plugin-phpunit +vendor/bin/psalm-plugin enable psalm/plugin-phpunit +```