forked from infoweb-internet-solutions/yii2-cms-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (32 loc) · 923 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
{
"name": "infoweb-internet-solutions/yii2-cms-analytics",
"description": "Analytics module for Yii2",
"keywords": ["yii2", "yii2-cms-analytics", "analytics", "infoweb"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/infoweb-internet-solutions/yii2-cms-analytics/issues?state=open",
"source": "https://github.com/infoweb-internet-solutions/yii2-cms-analytics"
},
"authors": [
{
"name": "Fabio Maggio",
"email": "fabio@infoweb.be",
"homepage": "http://www.infoweb.be/"
},
{
"name": "Ruben Heymans",
"email": "ruben@infoweb.be",
"homepage": "http://www.infoweb.be/"
}
],
"require": {
"yiisoft/yii2": "@stable",
"google/apiclient": "@stable"
},
"autoload": {
"psr-4": {
"infoweb\\analytics\\": ""
}
}
}