25 lines
525 B
JSON
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"
|
|
}
|
|
]
|
|
}
|