GiteaBot-PHPUnit/composer.json
2020-01-29 16:28:38 +00:00

25 lines
525 B
JSON

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