add composer.json
This commit is contained in:
parent
9be8133616
commit
d6ca959226
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
/config.php
|
||||
|
||||
/vendor/
|
||||
|
13
composer.json
Normal file
13
composer.json
Normal 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": {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user