Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
namdevel authored Mar 19, 2020
1 parent b746ec8 commit 6b429bb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "namdevel/ovoid-api",
"description": "OVO Api PHP Class [Unofficial]",
"type": "library",
"license": "MIT",
"require": {}
"authors": [
{
"name": "namdevel",
"email": "yzmikazuki@gmail.com"
}
],
"require": {},
"autoload": {
"files":[
"Ovo.php"
]
}
}

0 comments on commit 6b429bb

Please sign in to comment.