{
    "name": "spatie/laravel-honeypot",
    "description": "Preventing spam submitted through forms",
    "keywords": [
        "spatie",
        "laravel-honeypot"
    ],
    "homepage": "https://github.com/spatie/laravel-honeypot",
    "license": "MIT",
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.2",
        "illuminate/contracts": "^11.0|^12.0|^13.0",
        "illuminate/encryption": "^11.0|^12.0|^13.0",
        "illuminate/http": "^11.0|^12.0|^13.0",
        "illuminate/support": "^11.0|^12.0|^13.0",
        "illuminate/validation": "^11.0|^12.0|^13.0",
        "nesbot/carbon": "^2.0|^3.0",
        "spatie/laravel-package-tools": "^1.9",
        "symfony/http-foundation": "^7.0|^8.0"
    },
    "require-dev": {
        "livewire/livewire": "^3.0|^4.0",
        "orchestra/testbench": "^9.0|^10.0|^11.0",
        "pestphp/pest": "^2.0|^3.0|^4.0",
        "pestphp/pest-plugin-livewire": "^1.0|^2.1|^3.0|^4.0",
        "spatie/pest-plugin-snapshots": "^1.1|^2.1",
        "spatie/phpunit-snapshot-assertions": "^4.2|^5.1",
        "spatie/test-time": "^1.2.1"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\Honeypot\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\Honeypot\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/pest",
        "test-coverage": "vendor/bin/pest --coverage-html coverage"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Spatie\\Honeypot\\HoneypotServiceProvider"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
