Dropped closing ?> and switched from tabs to spaces.
This commit is contained in:
parent
6571c025f3
commit
d75bd71593
2 changed files with 14 additions and 15 deletions
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -333,4 +333,3 @@ class GooglePlaces
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue