{
    "packages": [
        {
            "name": "mobiledetect\/mobiledetectlib",
            "version": "3.74.2",
            "version_normalized": "3.74.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/serbanghita\/Mobile-Detect.git",
                "reference": "d1f56f0477efde80ba168f98fd7c0485cf8291bf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/serbanghita\/Mobile-Detect\/zipball\/d1f56f0477efde80ba168f98fd7c0485cf8291bf",
                "reference": "d1f56f0477efde80ba168f98fd7c0485cf8291bf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^3.14",
                "phpunit\/phpunit": "^9.6",
                "squizlabs\/php_codesniffer": "^3.7"
            },
            "time": "2023-10-17T18:28:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Breeze\\Detection\\": "src\/",
                    "Breeze\\DetectionTests\\": "tests\/"
                },
                "classmap": [
                    "src\/MobileDetect.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Serban Ghita",
                    "email": "serbanghita@gmail.com",
                    "homepage": "http:\/\/mobiledetect.net",
                    "role": "Developer"
                }
            ],
            "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
            "homepage": "https:\/\/github.com\/serbanghita\/Mobile-Detect",
            "keywords": [
                "detect mobile devices",
                "mobile",
                "mobile detect",
                "mobile detector",
                "php mobile detect"
            ],
            "support": {
                "issues": "https:\/\/github.com\/serbanghita\/Mobile-Detect\/issues",
                "source": "https:\/\/github.com\/serbanghita\/Mobile-Detect\/tree\/3.74.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/serbanghita",
                    "type": "github"
                }
            ],
            "install-path": "..\/mobiledetect\/mobiledetectlib"
        }
    ],
    "dev": true,
    "dev-package-names": []
}