{
    "name": "graviton/link-header-rel-parser",
    "description": "A small library that parses and generates RESTful Link headers with rel attributes (relations)",
    "type": "library",
    "license": "MIT",
    "require": {
        "php": ">=7.2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.2",
        "squizlabs/php_codesniffer": "^3.4"
    },
    "scripts": {
        "cs": [
            "vendor/bin/phpcs --standard=PSR1 src/ test/",
            "vendor/bin/phpcs --standard=PSR2 src/ test/"
        ]
    },
    "autoload": {
        "psr-4": { "Graviton\\LinkHeaderParser\\": "src/"}
    },
    "autoload-dev": {
        "psr-4": { "Graviton\\LinkHeaderParserTest\\": "test/"}
    }
}
