php-googleplaces/composer.json
Josh Sherman e8d8689ce3 Added namespace, moved library to src
Also cleaned up some stray whitespace and formatted the latest functionality to
be in line with the rest of the file.
2014-05-14 12:09:18 -04:00

16 lines
384 B
JSON

{
"name": "joshtronic/php-loremipsum",
"description": "PHP Wrapper for the Google Places API",
"license": "MIT",
"authors": [{
"name": "Josh Sherman",
"email": "josh@gravityblvd.com",
"homepage": "https://github.com/joshtronic/php-googleplaces"
}],
"autoload": {
"classmap": ["src/"]
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
}
}