v1.2 #3

Manually merged
jhodges merged 25 commits from develop into master 2019-09-07 08:53:26 +01:00
2 changed files with 15 additions and 0 deletions
Showing only changes of commit d6ca959226 - Show all commits

2
.gitignore vendored
View File

@ -1 +1,3 @@
/config.php
/vendor/

13
composer.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "jh/giteabot",
"description": "Simple PHP library to interface with Gitea API",
"type": "library",
"license": "OS",
"authors": [
{
"name": "James",
"email": "inbox.dev@jhodges.co.uk"
}
],
"require": {}
}