Skip to content

Commit

Permalink
Added composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Apr 28, 2012
1 parent 8bdc9c2 commit 4149d26
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
@@ -0,0 +1,24 @@
{
"name": "evert/google-api-php-client",
"type": "library",
"description": "Google API library for PHP",
"keywords": ["google","gdata"],
"homepage": "https://github.com/evert/google-api-php-client",
"license": "Apache 2.0",
"authors": [
{
"name": "Evert Pot",
"email": "evert@rooftopsolutions.nl",
"homepage": "http://www.rooftopsolutions.nl/"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl" : "*"
},
"autoload": {
"psr-0": {
"GoogleApi": "src"
}
}
}

0 comments on commit 4149d26

Please sign in to comment.