Skip to content

Commit

Permalink
Merge pull request #2 from miku/master
Browse files Browse the repository at this point in the history
Added composer.json
  • Loading branch information
asimlqt committed May 10, 2013
2 parents 2a663ff + 88c3dbf commit 142ea34
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "miku/php-google-spreadsheet-client",
"type": "library",
"description": "Google Spreadsheet PHP Client",
"keywords": ["google", "spreadsheet"],
"homepage": "https://github.com/miku/php-google-spreadsheet-client",
"authors": [
{
"name": "Asim Liaquat",
"email": "asimlqt22@gmail.com",
"role": "Developer"
},
{
"name": "Martin Czygan",
"email": "martin.czygan@gmail.com",
"homepage": "http://twitter.com/cvvfj",
"role": "Packager"
}
],
"autoload": {
"classmap": ["src/"]
}
}

0 comments on commit 142ea34

Please sign in to comment.