GiteaBot/composer.json
2019-08-25 12:39:21 +01:00

15 lines
331 B
JSON

{
"name": "jh/giteabot",
"description": "Simple PHP library to interface with Gitea API",
"type": "library",
"license": "GPL3",
"authors": [
{
"name": "James",
"email": "inbox.dev@jhodges.co.uk"
}
],
"psr-4": { "JHodges\\GiteaBot\\": "src/" }
"require": {}
}