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",
|
"name": "joshtronic/php-loremipsum",
|
||||||
"description": "PHP Wrapper for the Google Places API",
|
"description": "PHP Wrapper for the Google Places API",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "Josh Sherman",
|
"name": "Josh Sherman",
|
||||||
"email": "josh@gravityblvd.com",
|
"email": "josh@gravityblvd.com",
|
||||||
"homepage": "https://github.com/joshtronic/php-googleplaces"
|
"homepage": "https://github.com/joshtronic/php-googleplaces"
|
||||||
}],
|
}],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": ["src/"]
|
"classmap": ["src/"]
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"satooshi/php-coveralls": "dev-master"
|
"satooshi/php-coveralls": "dev-master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -333,4 +333,3 @@ class GooglePlaces
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue