{
    "name": "http-interop/response-sender",
    "description": "A function to convert PSR-7 Response to HTTP output",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Woody Gilk",
            "email": "woody.gilk@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "psr/http-message": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.6",
        "guzzlehttp/psr7": "^1.4",
        "php-mock/php-mock-phpunit": "^1.1"
    },
    "autoload": {
        "files": [
            "src/functions.php"
        ]
    }
}
