{
    "name": "phrity/http",
    "type": "library",
    "description": "Utilities and interfaces for handling HTTP.",
    "homepage": "https://phrity.sirn.se/http",
    "keywords": ["HTTP", "HTTP Factories", "HTTP Serializer", "PSR-7", "PSR-17"],
    "license": "MIT",
    "authors": [
        {
            "name": "Sören Jensen",
            "email": "sirn@sirn.se",
            "homepage": "https://phrity.sirn.se"
        }
    ],
    "autoload": {
        "psr-4": {
            "Phrity\\Http\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Phrity\\Http\\Test\\": "tests/"
        }
    },
    "require": {
        "php": "^8.1",
        "psr/http-factory": "^1.0",
        "psr/http-message": "^1.1 || ^2.0"
    },
    "require-dev": {
        "guzzlehttp/psr7": "^2.0",
        "phpstan/phpstan": "^2.0",
        "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
        "robiningelbrecht/phpunit-coverage-tools": "^1.9",
        "squizlabs/php_codesniffer": "^3.5 || ^4.0"
    },
    "provides": {
        "psr/http-factory-implementation": "*"
    }
}
