Install PHPStan and PHPUnit via dev dependencies

This commit is contained in:
Dylan K. Taylor
2020-01-27 12:04:42 +00:00
parent 156ecd9bd8
commit 41d02003c2
4 changed files with 99 additions and 11 deletions

View File

@ -73,5 +73,9 @@
"type": "vcs",
"url": "https://github.com/pmmp/Snooze"
}
]
],
"require-dev": {
"phpstan/phpstan": "^0.12.8",
"irstea/phpunit-shim": "^7.5"
}
}