Added composer.json
This commit is contained in:
parent
d1a3087ec0
commit
f52e1b186d
1 changed files with 14 additions and 0 deletions
14
composer.php
Normal file
14
composer.php
Normal 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"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue