forked from widop/WidopGoogleAnalyticsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 973 Bytes
/
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": "widop/google-analytics-bundle",
"description": "Google certificate-based authentication in server-to-server interactions with google analytics",
"keywords": [ "google", "analytics", "server" ],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Widop",
"email": "contact@widop.com"
},
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
}
],
"require": {
"symfony/framework-bundle": "2.*",
"widop/google-analytics": "1.0.*",
"widop/http-adapter-bundle": "1.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": { "Widop\\GoogleAnalyticsBundle": "" }
},
"config": {
"bin-dir": "bin"
},
"target-dir": "Widop/GoogleAnalyticsBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}