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