add composer.json

This commit is contained in:
James 2019-08-24 14:52:48 +01:00
parent 9be8133616
commit d6ca959226
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/config.php /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": {}
}