composer.json
913 Bytes
{
"name": "googleplus/quickstart",
"description": "This quick-start app is built in PHP and lets you get started with the Google+ platform in a few minutes.",
"license": "Apache-2.0",
"repositories": [
{
"type": "package",
"package": {
"name": "google/apiclient",
"version": "1.1.7",
"source": {
"url": "https://github.com/google/google-api-php-client.git",
"type": "git",
"reference": "v1-master"
},
"autoload": {
"classmap": [
"src/"
]
}
}
}
],
"require": {
"silex/silex": "1.0.*@dev",
"twig/twig": ">=1.8,<2.0-dev",
"google/apiclient": "1.1.*",
"guzzlehttp/guzzle": "5.2.*"
}
}