{
    "name": "rdx/laravelcollective-html",
    "description": "HTML and Form Builders for the Laravel Framework",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/rudiedirkx/laravelcollective-html/issues",
        "source": "https://github.com/rudiedirkx/laravelcollective-html"
    },
    "replace": {
        "laravelcollective/html": "self.version"
    },
    "require": {
        "php": "^8.2",
        "illuminate/http": "^11.0|^12.0",
        "illuminate/routing": "^11.0|^12.0",
        "illuminate/session": "^11.0|^12.0",
        "illuminate/support": "^11.0|^12.0",
        "illuminate/view": "^11.0|^12.0"
    },
    "require-dev": {
        "illuminate/database": "^11.0|^12.0",
        "mockery/mockery": "^1.0",
        "phpunit/phpunit": "^11.0",
        "symfony/var-dumper": "^7.2",
        "phpstan/phpstan": "^2.1"
    },
    "autoload": {
        "psr-4": {
            "Collective\\Html\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "extra": {
        "laravel": {
            "providers": [
                "Collective\\Html\\HtmlServiceProvider"
            ],
            "aliases": {
                "Form": "Collective\\Html\\FormFacade",
                "Html": "Collective\\Html\\HtmlFacade"
            }
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
