{
    "name": "wellingguzman/proxy-detection",
    "description": "PSR-7 Middleware that determines the scheme, host and port from the 'X-Forwarded-Proto', 'X-Forwarded-Host' and 'X-Forwarded-Port' headers and updates the Request's Uri object.",
    "keywords": [
        "psr7", "middleware", "ip"
    ],
    "homepage": "http://github.com/wellingguzman/proxy-detection",
    "type": "library",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Rob Allen",
            "email": "rob@akrabat.com",
            "homepage": "http://akrabat.com"
        },
        {
            "name": "Welling Guzmán",
            "email": "hola@wellingguzman.com",
            "homepage": "http://wellingguzman.com"
        }
    ],
    "require": {
        "psr/http-message": "^1.0"
    },
    "require-dev": {
        "php": ">=5.6",
        "phpunit/phpunit": "^5",
        "squizlabs/php_codesniffer": "^2.3",
        "zendframework/zend-diactoros": "^1.1"
    },
    "autoload": {
        "psr-4": {
            "RKA\\Middleware\\": "src"
        }
    }
}
