GiteaBot-PHPUnit/composer.json
2019-09-18 19:41:13 +01:00

20 lines
435 B
JSON

{
"name": "jhodges/giteabot-phpunit",
"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"
}
}
}