forked from suncat2000/MobileDetectBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
28 lines (28 loc) · 879 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
{
"name": "suncat/mobile-detect-bundle",
"description": "Symfony2 bundle for detect mobile devices, managing mobile view types, redirect to mobile version.",
"keywords": ["mobile", "mobile detect", "symfony mobile", "mobile view managing", "mobile redirect"],
"homepage": "https://github.com/suncat2000/MobileDetectBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Nikolay Ivlev",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": ">=2.3,<3.0",
"mobiledetect/mobiledetectlib": "~2.8"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
},
"autoload": {
"psr-0": {
"SunCat\\MobileDetectBundle": ""
}
},
"target-dir": "SunCat/MobileDetectBundle"
}