forked from kairosagency/GoogleAnalyticsServerSide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.14 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
{
"name":"kairos/googleanalyticsserverside",
"description":"'ga.js in PHP' - Implementation of a generic server-side Google Analytics client in PHP that implements nearly every parameter and tracking feature of the original GA Javascript client.",
"homepage":"https://github.com/kairosagency/GoogleAnalyticsServerSide",
"version":"1.2.0",
"type":"library",
"autoload":{
"psr-0":{
"Kairos\\GoogleAnalytics":"src/"
}
},
"license" : "LGPL-3.0",
"require":{
"php":">=5.3"
},
"authors": [
{
"name": "Thomas Bachem",
"email": "[email protected]",
"homepage": "http://blog.unitedprototype.com/",
"role": "Developer"
},
{
"name": "t0k4rt",
"email": "[email protected]",
"homepage": "https://github.com/t0k4rt",
"role": "Developer"
},
{
"name": "Matthiew",
"email": "[email protected]",
"homepage": "https://github.com/Matthiew",
"role": "Developer"
}
],
"minimum-stability":"dev"
}