Forgot phpunit in the composer file

This commit is contained in:
Matthew Kilgore 2021-11-24 23:04:14 -05:00
parent ca2ac10c17
commit c561897f1c

View File

@ -4,7 +4,8 @@
"minimum-stability": "stable",
"license": "MIT",
"require": {
"phpstan/phpstan-php-parser": "^1.0"
"phpstan/phpstan-php-parser": "^1.0",
"phpstan/phpstan": "^1.2"
},
"extra": {
"phpstan": {