-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
62 lines (62 loc) · 1.61 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ezoterik/yii2-google-tag-manager",
"description": "Google Tag Manager extension for the Yii2 framework",
"type": "yii2-extension",
"keywords": [
"yii2",
"extension",
"google",
"analytics",
"tag manager",
"google tag manager"
],
"license": "MIT",
"authors": [
{
"name": "Oleg Balykin",
"email": "ezoterik.h@gmail.com",
"homepage": "http://ezoterik.name",
"role": "Developer"
},
{
"name": "Carlos Malavé",
"email": "hellfish2@gmail.com",
"homepage": "https://hellfish2.github.io",
"role": "Mantainer"
}
],
"support": {
"issues": "https://github.com/ezoterik/yii2-google-tag-manager/issues?state=open",
"source": "https://github.com/ezoterik/yii2-google-tag-manager"
},
"require": {
"yiisoft/yii2": "~2.0.13"
},
"suggest": {
"yiisoft/yii2-coding-standards": "you can use this package to check for code style issues when contributing to repository"
},
"autoload": {
"psr-4": {
"ezoterik\\googleTagManager\\": ""
}
},
"config": {
"preferred-install": {
"*": "dist"
},
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"sort-packages": true,
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}