-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.1 KB
/
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
44
45
{
"name": "reactmore/google-analytic-api-client",
"type": "library",
"description": "A PHP package to retrieve Google Analytics data",
"homepage": "https://github.com/reactmore/google-analytic-api-client",
"version": "1.0.5",
"license": "MIT",
"authors": [
{
"name": "Andry Setyoso",
"homepage": "https://github.com/reactmore"
}
],
"keywords": [
"reactmore",
"google-analytic-api-client",
"php",
"Google Analytic",
"Google Analytic API"
],
"autoload": {
"psr-4": {
"Reactmore\\GoogleAnalyticApi\\": "app/"
}
},
"require": {
"psr/http-message": "^1.0",
"symfony/translation": "6.0",
"google/apiclient": "^2.7",
"nesbot/carbon": "^2.0",
"vlucas/phpdotenv": "^5.4"
},
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"
},
"extra": {
"google/apiclient-services": [
"Analytics"
]
},
"require-dev": {
},
"suggest": {"guzzlehttp/guzzle": "^6.2"
}
}