{ "name": "jhodges/giteabot-phpunit", "description": "Post PHPUnit test results to Gitea", "authors": [ { "name": "James", "email": "inbox.dev@jhodges.co.uk" } ], "require": { "jhodges/giteabot": "~1.2.2" }, "autoload": { "psr-4": { "JHodges\\GiteaBotPHPUnit\\": "src/" } }, "repositories": [ { "type": "composer", "url": "https://git.jhodges.co.uk/composer" } ] }