Mercurial > packages > auth
view composer.json @ 2:ac199a7a8931 default tip
Changes to the views and only defualt option is available
| author | luka |
|---|---|
| date | Tue, 19 Aug 2025 20:32:36 -0400 |
| parents | a2a3059de103 |
| children |
line wrap: on
line source
{ "name": "wizard/auth", "description": "Minimal Laravel authentication scaffolding with Blade and Bootstrap.", "version": "1.0.0", "keywords": ["wizard", "auth"], "license": "MIT", "authors": [ { } ], "require": { "php": "^8.2.0", "illuminate/console": "^11.0|^12.0", "illuminate/filesystem": "^11.0|^12.0", "illuminate/support": "^11.0|^12.0", "illuminate/validation": "^11.0|^12.0", "symfony/console": "^7.0" }, "require-dev": { "laravel/framework": "^11.0|^12.0", "orchestra/testbench-core": "^9.0|^10.0", "phpstan/phpstan": "^2.0" }, "autoload": { "psr-4": { "Wizard\\Auth\\": "src/" } }, "extra": { "laravel": { "providers": [ "Wizard\\Auth\\AuthServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "stable", "prefer-stable": true }
