{
    "name": "torann/geoip",
    "description": "Supports the two main GeoIP services (infoDB and Maxmind).",
    "keywords": ["laravel", "laravel 5", "geoip", "location", "geolocation"],
    "license": "BSD 2-Clause",
    "authors": [
        {
            "name": "Daniel Stainback",
            "email": "daniel@lyften.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "illuminate/support": "5.0 - 5.4",
        "illuminate/session": "5.0 - 5.4",
        "illuminate/console": "5.0 - 5.4",
        "illuminate/config": "5.0 - 5.4",
        "monolog/monolog": "~1.11",
        "geoip2/geoip2": "~2.1"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.0",
        "phpspec/phpspec": "~2.1"
    },
    "autoload": {
        "psr-4": {
            "Torann\\GeoIP\\": "src/Torann/GeoIP"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "0.2-dev"
        }
    }
}
