diff --git a/composer.json b/composer.json index 1561f34..df4242f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jhodges/giteabot-phpunit", - "description": "Some examples for the giteabot php api", + "description": "Post PHPUnit test results to Gitea", "authors": [ { "name": "James", @@ -10,10 +10,15 @@ "require": { "jhodges/giteabot": "~1.2.0" }, - "repositories": { - "repo-name": { + "autoload": { + "psr-4": { + "JHodges\\GiteaBotPHPUnit\\": "src/" + } + }, + "repositories": [ + { "type": "composer", "url": "https://git.jhodges.co.uk/composer" } - } + ] }