This commit is contained in:
James 2019-09-18 21:14:42 +01:00
parent 5fb4134631
commit bf3315547f

View File

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