Added composer.json

This commit is contained in:
Joshua Sherman 2014-01-20 23:51:01 -05:00
parent d1a3087ec0
commit f52e1b186d

14
composer.php Normal file
View file

@ -0,0 +1,14 @@
{
"name": "joshtronic/php-googleplaces",
"description": "PHP Wrapper for the Google Places API ",
"license": "MIT",
"authors": [
{
"name": "Joshua Sherman",
"email": "josh@gravityblvd.com"
}
],
"autoload": {
"classmap": ["GooglePlaces.php"]
}
}