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.
This commit is contained in:
parent
34506d71db
commit
e8d8689ce3
2 changed files with 61 additions and 39 deletions
|
@ -1,14 +1,16 @@
|
|||
{
|
||||
"name": "joshtronic/php-googleplaces",
|
||||
"description": "PHP Wrapper for the Google Places API ",
|
||||
"name": "joshtronic/php-loremipsum",
|
||||
"description": "PHP Wrapper for the Google Places API",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Joshua Sherman",
|
||||
"email": "josh@gravityblvd.com"
|
||||
}
|
||||
],
|
||||
"authors": [{
|
||||
"name": "Josh Sherman",
|
||||
"email": "josh@gravityblvd.com",
|
||||
"homepage": "https://github.com/joshtronic/php-googleplaces"
|
||||
}],
|
||||
"autoload": {
|
||||
"classmap": ["GooglePlaces.php"]
|
||||
"classmap": ["src/"]
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue