{
    "name": "spatie/url-signer",
    "description": "Generate a url with an expiration date and signature to prevent unauthorized access",
    "keywords": [
        "spatie",
        "security",
        "encryption",
        "sign",
        "url"
    ],
    "homepage": "https://github.com/spatie/url-signer",
    "license": "MIT",
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be",
            "homepage": "https://github.com/freekmurze",
            "role": "Developer"
        },
        {
            "name": "Sebastian De Deyne",
            "email": "sebastian@spatie.be",
            "homepage": "https://github.com/sebastiandedeyne",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.1"
    },
    "require-dev": {
        "pestphp/pest": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\UrlSigner\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\UrlSigner\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/pest",
        "test-coverage": "vendor/bin/pest --coverage",
        "format": "vendor/bin/pint"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "phpstan/extension-installer": true,
            "pestphp/pest-plugin": true
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
