Update 'composer.json'

This commit is contained in:
James 2019-08-26 09:07:38 +01:00
parent 29e5699027
commit 1064c50407

View File

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