Mercurial > packages > auth
comparison composer.json @ 0:90e38de8f2ba
Initial Commit
| author | luka |
|---|---|
| date | Wed, 13 Aug 2025 22:17:20 -0400 |
| parents | |
| children | a2a3059de103 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:90e38de8f2ba |
|---|---|
| 1 { | |
| 2 "name": "wizzard/auth", | |
| 3 "description": "Minimal Laravel authentication scaffolding with Blade and Bootstrap.", | |
| 4 "keywords": ["wizard", "auth"], | |
| 5 "license": "MIT", | |
| 6 "authors": [ | |
| 7 { | |
| 8 } | |
| 9 ], | |
| 10 "require": { | |
| 11 "php": "^8.2.0", | |
| 12 "illuminate/console": "^11.0|^12.0", | |
| 13 "illuminate/filesystem": "^11.0|^12.0", | |
| 14 "illuminate/support": "^11.0|^12.0", | |
| 15 "illuminate/validation": "^11.0|^12.0", | |
| 16 "symfony/console": "^7.0" | |
| 17 }, | |
| 18 "require-dev": { | |
| 19 "laravel/framework": "^11.0|^12.0", | |
| 20 "orchestra/testbench-core": "^9.0|^10.0", | |
| 21 "phpstan/phpstan": "^2.0" | |
| 22 }, | |
| 23 "autoload": { | |
| 24 "psr-4": { | |
| 25 "Laravel\\Breeze\\": "src/" | |
| 26 } | |
| 27 }, | |
| 28 "extra": { | |
| 29 "laravel": { | |
| 30 "providers": [ | |
| 31 "Wizard\\Auth\\AuthServiceProvider" | |
| 32 ] | |
| 33 } | |
| 34 }, | |
| 35 "config": { | |
| 36 "sort-packages": true | |
| 37 }, | |
| 38 "minimum-stability": "dev", | |
| 39 "prefer-stable": true | |
| 40 } |
