update composer with namespace info

This commit is contained in:
James 2019-08-25 12:39:00 +01:00
parent 2f04372d87
commit 29e5699027

View File

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