Mercurial > packages > auth
diff composer.json @ 1:a2a3059de103
Updates to some styles and general automation of creation
| author | luka |
|---|---|
| date | Thu, 14 Aug 2025 21:09:25 -0400 |
| parents | 90e38de8f2ba |
| children |
line wrap: on
line diff
--- a/composer.json Wed Aug 13 22:17:20 2025 -0400 +++ b/composer.json Thu Aug 14 21:09:25 2025 -0400 @@ -1,6 +1,7 @@ { - "name": "wizzard/auth", + "name": "wizard/auth", "description": "Minimal Laravel authentication scaffolding with Blade and Bootstrap.", + "version": "1.0.0", "keywords": ["wizard", "auth"], "license": "MIT", "authors": [ @@ -22,7 +23,7 @@ }, "autoload": { "psr-4": { - "Laravel\\Breeze\\": "src/" + "Wizard\\Auth\\": "src/" } }, "extra": { @@ -35,6 +36,6 @@ "config": { "sort-packages": true }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true }
