Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Feb 16, 2016
1 parent 08762f8 commit ac11c9c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "kokororin/pixiv-api-php",
"description": "Pixiv API for PHP (with Auth supported) ",
"type": "library",
"keywords": [
"Pixiv",
"PHP",
"API"
],
"homepage": "https://github.com/kokororin/pixiv-api-php",
"license": "MIT License",
"authors": [
{
"name": "Sora",
"homepage": "https://github.com/kokororin/pixiv-api-php"
}
],
"autoload": {
"files": ["pixiv.php"]
},
"require:": {
"php": ">=5.2"
}
}

0 comments on commit ac11c9c

Please sign in to comment.