forked from tomlutzenberger/yii2-googletagmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 797 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
{
"name": "tomlutzenberger/yii2-googletagmanager",
"description": "Yii2 Widget for Google Tag Manager",
"type": "yii2-extension",
"keywords": ["yii2","extension","google","tagmanager","analytics","tracking"],
"license": "MIT",
"minimum-stability": "stable",
"prefer-stable": true,
"authors": [
{
"name": "Tom Lutzenberger",
"email": "[email protected]"
}
],
"support": {
"source": "https://github.com/tomlutzenberger/yii2-googletagmanager",
"issues": "https://github.com/tomlutzenberger/yii2-googletagmanager/issues"
},
"require": {
"yiisoft/yii2": "~2.0.0"
},
"autoload": {
"psr-4": {
"TomLutzenberger\\GoogleTagManager\\": "src"
}
}
}