-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
31 lines (31 loc) · 895 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": "suncat/php-mobile-detect",
"description": "Lightweight PHP class for detecting mobile devices",
"keywords": ["mobile", "mobile detect", "mobile detector", "mobile device"],
"homepage": "https://github.com/suncat2000/php-mobile-detect",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Victor Stanciu",
"email": "vic.stanciu@gmail.com",
"homepage": "https://plus.google.com/112830021345771739573"
},
{
"name": "Serban Ghita",
"email": "serbanghita@gmail.com",
"homepage": "http://ghita.org"
}
],
"suggest": {
"suncat/mobile-detect-bundle": "Uses to determine the mobile device"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Mobile_Detect": "lib/"
}
}
}