-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·37 lines (37 loc) · 916 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·37 lines (37 loc) · 916 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
32
33
34
35
36
37
{
"name": "ins0/google-measurement-php-client",
"description": "Server-Side PHP Client to communicate to Google Analytics over the Google Measurement Protocol",
"type": "library",
"keywords": [
"google",
"analytics",
"measurement",
"client"
],
"authors": [
{
"name": "Marco Rieger",
"email": "rieger@racecore.de"
}
],
"homepage": "http://www.racecore.de/",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpmd/phpmd": "~2.1",
"phpunit/phpunit": "4.0.*",
"squizlabs/php_codesniffer": "~2.0.0@RC"
},
"autoload": {
"psr-0": {
"Racecore\\GATracking": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
}
}