GiteaBot-repeat/composer.json
2019-09-28 19:31:57 +01:00

21 lines
465 B
JSON

{
"name": "jhodges/giteabot-repeat",
"description": "Support recurring issue on Gitea",
"authors": [
{
"name": "James",
"email": "inbox.dev@jhodges.co.uk"
}
],
"require": {
"jhodges/giteabot": "~1.2.0",
"rlanvin/php-rrule": "^2.1"
},
"repositories": {
"repo-name": {
"type": "composer",
"url": "https://git.jhodges.co.uk/composer"
}
}
}