forked from SachinAgarwal1337/google-places-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (42 loc) · 968 Bytes
/
composer.json
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "vovanmix/google-places-api",
"description": "Google Places Api",
"type": "library",
"keywords": [
"Google",
"Places",
"Google Places",
"Google Places Api",
"Google Api"
],
"time": "2016-04-04",
"license": "MIT",
"authors": [
{
"name": "Vladimir Mikhaylovskiy",
"email": "singingcode@gmail.com"
},
{
"name": "Sachin Agarwal",
"email": "sachinkumaragarwal05@gmail.com"
}
],
"require": {
"php": ">=5.5.9",
"laravel/framework": "~5.0",
"illuminate/support": "~5.0",
"illuminate/container": "~5.0",
"guzzlehttp/guzzle": "^6.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"files": [
"helpers/functions.php"
],
"psr-4": {
"Vovanmix\\GoogleApi\\": "src/"
}
}
}