fix
This commit is contained in:
parent
5fb4134631
commit
bf3315547f
@ -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"
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user