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