GiteaBot-PHPUnit/composer.json
2019-09-18 21:14:42 +01:00

25 lines
521 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": "~1.2.0"
},
"autoload": {
"psr-4": {
"JHodges\\GiteaBotPHPUnit\\": "src/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://git.jhodges.co.uk/composer"
}
]
}