v1.2 #3

Manually merged
jhodges merged 25 commits from develop into master 2019-09-07 08:53:26 +01:00
Showing only changes of commit 1064c50407 - Show all commits

View File

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