Updated composer.json
This commit is contained in:
parent
d75bd71593
commit
9634a03c51
1 changed files with 10 additions and 3 deletions
|
@ -1,16 +1,23 @@
|
|||
{
|
||||
"name": "joshtronic/php-loremipsum",
|
||||
"name": "joshtronic/php-googleplaces",
|
||||
"description": "PHP Wrapper for the Google Places API",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"keywords": ["google", "places", "api"],
|
||||
"homepage": "https://github.com/joshtronic/php-googleplaces",
|
||||
"license": "MIT",
|
||||
"authors": [{
|
||||
"name": "Josh Sherman",
|
||||
"email": "josh@gravityblvd.com",
|
||||
"homepage": "https://github.com/joshtronic/php-googleplaces"
|
||||
}],
|
||||
"autoload": {
|
||||
"classmap": ["src/"]
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"joshtronic\\": "src/"}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue