diff --git a/composer.json b/composer.json index 3e2844a..033d645 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "name": "sab-international/gitea", "type": "library", "authors": [ - {"email": "contact@sabcomputer.com", "name": "SAB International", "homepage": "http://www.sabcomputer.com", "role": "Developer"}, - {"email": "cedric@belin.io", "name": "Cédric Belin", "homepage": "https://belin.io", "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"} ], "autoload": { "psr-4": {"Gitea\\": "lib/"} @@ -38,7 +38,7 @@ "consolidation/robo": "^1.4.6", "henrikbjorn/lurker": "^1.2.0", "phpstan/phpstan": "^0.11.4", - "phpunit/phpunit": "^8.0.4" + "phpunit/phpunit": "^8.0.5" }, "scripts": { "coverage": "robo coverage",