{
    "name": "loghero/sdk",
    "version": "0.6.2",
    "type": "library",
    "description": "The official PHP client SDK for log-hero.com",
    "homepage": "https://log-hero.com/",
    "license": "MIT",
    "keywords": [
        "logging",
        "log analysis",
        "bot tracking",
        "SEO logs"
    ],
    "authors": [
        {
            "name": "Kay Wolter",
            "homepage": "https://www.funktionswerk.de",
            "role": "Developer"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "^5.7",
        "zhgzhg/gphpthread": "1.0.0",
        "php-mock/php-mock": "^2.0"
    },
    "require": {
        "predis/predis": "^1.1"
    },
    "autoload": {
        "files": [
            "autoload.php"
        ]
    },
    "autoload-dev": {
        "files": [
            "test/Util.php",
            "test/MicrotimeMock.php"
        ]
    }
}
