Add phpstan with config set to max

This commit is contained in:
Roy Verrips 2022-01-07 11:52:46 -06:00
parent c9e2957c23
commit 10a9fb9ba3
2 changed files with 16 additions and 1 deletions

View file

@ -19,7 +19,8 @@
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^9.0"
"phpunit/phpunit": "^4.8.36 || ^9.0",
"phpstan/phpstan": "^1.3"
},
"autoload": {
"psr-4": {