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 29e5699027 - Show all commits

View File

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