-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
31 lines (31 loc) · 947 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
{
"name": "xstreamka/yii2-mobile-detect",
"description": "Mobile_Detect class for Yii2 with the ability to add new devices.",
"type": "yii2-extension",
"keywords": ["yii2", "extension", "mobile_detect", "mobile detect", "device", "detect"],
"license": "MIT",
"support": {
"source": "https://github.com/xstreamka/yii2-mobile-detect",
"issues": "https://github.com/xstreamka/yii2-mobile-detect/issues"
},
"authors": [
{
"name": "XStream",
"email": "[email protected]",
"homepage": "https://github.com/xstreamka/yii2-mobile-detect",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"yiisoft/yii2": "~2.0.0"
},
"extra": {
"bootstrap": "xstreamka\\mobiledetect\\Bootstrap"
},
"autoload": {
"psr-4": {
"xstreamka\\mobiledetect\\": "src"
}
}
}