Mercurial > packages > auth
annotate 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 |
| rev | line source |
|---|---|
| 0 | 1 { |
|
1
a2a3059de103
Updates to some styles and general automation of creation
luka
parents:
0
diff
changeset
|
2 "name": "wizard/auth", |
| 0 | 3 "description": "Minimal Laravel authentication scaffolding with Blade and Bootstrap.", |
|
1
a2a3059de103
Updates to some styles and general automation of creation
luka
parents:
0
diff
changeset
|
4 "version": "1.0.0", |
| 0 | 5 "keywords": ["wizard", "auth"], |
| 6 "license": "MIT", | |
| 7 "authors": [ | |
| 8 { | |
| 9 } | |
| 10 ], | |
| 11 "require": { | |
| 12 "php": "^8.2.0", | |
| 13 "illuminate/console": "^11.0|^12.0", | |
| 14 "illuminate/filesystem": "^11.0|^12.0", | |
| 15 "illuminate/support": "^11.0|^12.0", | |
| 16 "illuminate/validation": "^11.0|^12.0", | |
| 17 "symfony/console": "^7.0" | |
| 18 }, | |
| 19 "require-dev": { | |
| 20 "laravel/framework": "^11.0|^12.0", | |
| 21 "orchestra/testbench-core": "^9.0|^10.0", | |
| 22 "phpstan/phpstan": "^2.0" | |
| 23 }, | |
| 24 "autoload": { | |
| 25 "psr-4": { | |
|
1
a2a3059de103
Updates to some styles and general automation of creation
luka
parents:
0
diff
changeset
|
26 "Wizard\\Auth\\": "src/" |
| 0 | 27 } |
| 28 }, | |
| 29 "extra": { | |
| 30 "laravel": { | |
| 31 "providers": [ | |
| 32 "Wizard\\Auth\\AuthServiceProvider" | |
| 33 ] | |
| 34 } | |
| 35 }, | |
| 36 "config": { | |
| 37 "sort-packages": true | |
| 38 }, | |
|
1
a2a3059de103
Updates to some styles and general automation of creation
luka
parents:
0
diff
changeset
|
39 "minimum-stability": "stable", |
| 0 | 40 "prefer-stable": true |
| 41 } |
