Updated the PHPStan dependency

This commit is contained in:
Cédric Belin
2019-01-09 22:50:52 +01:00
parent e21b0ee2be
commit 993ea01182

View File

@ -16,8 +16,7 @@
"psr-4": {"Gitea\\": "test/"}
},
"config": {
"optimize-autoloader": true,
"preferred-install": {"*": "dist"}
"optimize-autoloader": true
},
"keywords": [
"api",
@ -38,7 +37,7 @@
"cedx/coveralls": "^9.1.2",
"consolidation/robo": "^1.4.3",
"henrikbjorn/lurker": "^1.2.0",
"phpstan/phpstan": "^0.10.7",
"phpstan/phpstan": "^0.10.8",
"phpunit/phpunit": "^7.5.1"
},
"scripts": {