{
    "_comment": "Merge these into composer.json of the fresh Laravel 12 app.",
    "require": {
        "laravel/sanctum": "^4.0",
        "livewire/livewire": "^3.5",
        "spatie/laravel-permission": "^6.9"
    },
    "require-dev": {
        "laravel/pint": "^1.17",
        "larastan/larastan": "^3.0",
        "pestphp/pest": "^3.0",
        "pestphp/pest-plugin-laravel": "^3.0"
    },
    "_notes": [
        "spatie/laravel-permission is wrapped by our authorization service in W3-4; modules never call it directly (SR-FND-022).",
        "Redis (predis or phpredis) added when Full profile lands on staging.",
        "No PostgreSQL drivers anywhere (CON-T-02)."
    ]
}
