forked from varsitynewsnetwork/php-google-places-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 872 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "varsitynewsnetwork/google-places-api",
"description": "A mini library to fetch place information out of Google Places API via a text search",
"license": "MIT",
"authors": [
{
"name": "Mark Boudreau",
"email": "mark@varsitynewsnetwork.com"
},
{
"name": "Kristopher Wilson",
"email": "kristopherwilson@gmail.com"
}
],
"require-dev": {
"guzzlehttp/guzzle": "^6.0",
"peridot-php/peridot": "^1.15",
"peridot-php/peridot-watcher-plugin": "^1.3",
"peridot-php/peridot-prophecy-plugin": "^1.1",
"peridot-php/leo": "^1.4",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"guzzlehttp/guzzle": "^6.0"
},
"autoload": {
"psr-4": {
"Vnn\\Places\\": ["src"]
}
}
}