fix
This commit is contained in:
parent
5fb4134631
commit
bf3315547f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jhodges/giteabot-phpunit",
|
||||
"description": "Some examples for the giteabot php api",
|
||||
"description": "Post PHPUnit test results to Gitea",
|
||||
"authors": [
|
||||
{
|
||||
"name": "James",
|
||||
@ -10,10 +10,15 @@
|
||||
"require": {
|
||||
"jhodges/giteabot": "~1.2.0"
|
||||
},
|
||||
"repositories": {
|
||||
"repo-name": {
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"JHodges\\GiteaBotPHPUnit\\": "src/"
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://git.jhodges.co.uk/composer"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user