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