GiteaBot-examples/composer.json
2020-02-02 15:12:47 +00:00

20 lines
440 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": "dev-master"
},
"repositories": {
"repo-name": {
"type": "composer",
"url": "https://git.jhodges.co.uk/composer"
}
}
}