{
    "packages": [
        {
            "name": "cbschuld/browser.php",
            "version": "v1.9.6",
            "version_normalized": "1.9.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cbschuld/Browser.php.git",
                "reference": "9d07d6410977d494d7b8ecc2f3c877645c5477d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cbschuld/Browser.php/zipball/9d07d6410977d494d7b8ecc2f3c877645c5477d9",
                "reference": "9d07d6410977d494d7b8ecc2f3c877645c5477d9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8"
            },
            "time": "2020-04-14T18:46:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/Browser.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Schuld",
                    "email": "chris@chrisschuld.com",
                    "homepage": "https://chrisschuld.com"
                }
            ],
            "description": "A PHP Class to detect a user's Browser.  This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string.  This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.",
            "homepage": "https://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/",
            "keywords": [
                "browser",
                "detection",
                "user agent"
            ],
            "support": {
                "issues": "https://github.com/cbschuld/Browser.php/issues",
                "source": "https://github.com/cbschuld/Browser.php/tree/master"
            },
            "install-path": "../cbschuld/browser.php"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
