Updated the PHPUnit dependency

This commit is contained in:
Cédric Belin
2019-03-17 14:52:23 +01:00
parent 5804a8296f
commit 1f27843b41

View File

@ -5,8 +5,8 @@
"name": "sab-international/gitea", "name": "sab-international/gitea",
"type": "library", "type": "library",
"authors": [ "authors": [
{"email": "contact@sabcomputer.com", "name": "SAB International", "homepage": "http://www.sabcomputer.com", "role": "Developer"}, {"email": "contact@sabcomputer.com", "name": "SAB International", "homepage": "http://www.sabcomputer.com"},
{"email": "cedric@belin.io", "name": "Cédric Belin", "homepage": "https://belin.io", "role": "Developer"} {"email": "cedric@belin.io", "name": "Cédric Belin", "homepage": "https://belin.io"}
], ],
"autoload": { "autoload": {
"psr-4": {"Gitea\\": "lib/"} "psr-4": {"Gitea\\": "lib/"}
@ -38,7 +38,7 @@
"consolidation/robo": "^1.4.6", "consolidation/robo": "^1.4.6",
"henrikbjorn/lurker": "^1.2.0", "henrikbjorn/lurker": "^1.2.0",
"phpstan/phpstan": "^0.11.4", "phpstan/phpstan": "^0.11.4",
"phpunit/phpunit": "^8.0.4" "phpunit/phpunit": "^8.0.5"
}, },
"scripts": { "scripts": {
"coverage": "robo coverage", "coverage": "robo coverage",