GiteaBot-repeat/composer.json
2019-09-14 13:22:45 +01:00

21 lines
468 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",
"tplaner/when": "^2.1"
},
"repositories": {
"repo-name": {
"type": "composer",
"url": "https://git.jhodges.co.uk/composer"
}
}
}