GiteaBot-repeat/composer.json
2019-09-14 12:31:25 +01:00

20 lines
436 B
JSON

{
"name": "jhodges/giteabot-examples",
"description": "Some examples for the giteabot php api",
"authors": [
{
"name": "James",
"email": "inbox.dev@jhodges.co.uk"
}
],
"require": {
"jhodges/giteabot": "~1.2.0"
},
"repositories": {
"repo-name": {
"type": "composer",
"url": "https://git.jhodges.co.uk/composer"
}
}
}