{
    "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": "nikolay.kotovsky@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "symfony/framework-bundle": ">=2.1,<3.0",
        "mobiledetect/mobiledetectlib": "2.7.*"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.1"
    },
    "autoload": {
        "psr-0": {
            "SunCat\\MobileDetectBundle": ""
        }
    },
    "target-dir": "SunCat/MobileDetectBundle"
}
