Skip to content

Commit 9da95cb

Browse files
committed
Realase v1.0.0
1 parent 1ffd501 commit 9da95cb

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

composer.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "reactmore/google-analytic-api-client",
3-
"description": "Google Analytic Api Client PHP ",
3+
"type": "library",
4+
"description": "A PHP package to retrieve Google Analytics data",
5+
"homepage": "https://github.com/reactmore/google-analytic-api-client",
6+
"version": "1.0.0",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Andry Setyoso",
11+
"homepage": "https://github.com/reactmore"
12+
}
13+
],
14+
"keywords": [
15+
"reactmore",
16+
"google-analytic-api-client",
17+
"php",
18+
"Google Analytic",
19+
"Google Analytic API"
20+
],
421
"autoload": {
522
"psr-4": {
623
"Reactmore\\GoogleAnalyticApi\\": "app/"
@@ -22,6 +39,5 @@
2239
},
2340
"suggest": {
2441
"guzzlehttp/guzzle": "^6.2"
25-
},
26-
"license": "MIT"
42+
}
2743
}

0 commit comments

Comments
 (0)