This repository was archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.24 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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" : "chappy84/google-analytics-server-side",
"description" : "Google Analytics Server Side",
"authors" : [
{
"name" : "Tom Chapman",
"homepage" : "http://tom-chapman.uk",
"role" : "Author, Maintainer"
}
],
"homepage" : "http://chappy84.github.io/google-analytics-server-side/",
"license" : [
"BSD-3-Clause"
],
"require" : {
"php" : ">=5.3.23"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "^1.12.0",
"mikey179/vfsstream" : "^1.0.0",
"mockery/mockery": "^0.9.6",
"phpdocumentor/phpdocumentor": "^2.0.0",
"phpunit/phpunit" : "^4.0.0",
"phpunit/phpunit-mock-objects": "~2.3.0",
"satooshi/php-coveralls": "^1.0.0",
"squizlabs/php_codesniffer": "^2.0.0"
},
"autoload" : {
"psr-4" : {
"Gass\\" : "Gass/"
}
},
"autoload-dev" : {
"psr-4" : {
"GassTests\\" : "Tests/"
}
},
"bin": [
"bin/gass-browscap-updater"
],
"support" : {
"source" : "https://github.com/chappy84/google-analytics-server-side",
"issues" : "https://github.com/chappy84/google-analytics-server-side/issues"
}
}