start using phpstan-phpunit

not using extension-installer because I want to part-integrate phpstan-strict-rules later on.
This commit is contained in:
Dylan K. Taylor
2020-02-06 13:23:18 +00:00
parent 5ad66c3c9b
commit 3a5709bf5e
3 changed files with 61 additions and 2 deletions

View File

@ -37,7 +37,8 @@
},
"require-dev": {
"phpstan/phpstan": "^0.12.8",
"irstea/phpunit-shim": "^8.5"
"irstea/phpunit-shim": "^8.5",
"phpstan/phpstan-phpunit": "^0.12.6"
},
"autoload": {
"psr-4": {