comparison 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
comparison
equal deleted inserted replaced
0:90e38de8f2ba 1:a2a3059de103
1 { 1 {
2 "name": "wizzard/auth", 2 "name": "wizard/auth",
3 "description": "Minimal Laravel authentication scaffolding with Blade and Bootstrap.", 3 "description": "Minimal Laravel authentication scaffolding with Blade and Bootstrap.",
4 "version": "1.0.0",
4 "keywords": ["wizard", "auth"], 5 "keywords": ["wizard", "auth"],
5 "license": "MIT", 6 "license": "MIT",
6 "authors": [ 7 "authors": [
7 { 8 {
8 } 9 }
20 "orchestra/testbench-core": "^9.0|^10.0", 21 "orchestra/testbench-core": "^9.0|^10.0",
21 "phpstan/phpstan": "^2.0" 22 "phpstan/phpstan": "^2.0"
22 }, 23 },
23 "autoload": { 24 "autoload": {
24 "psr-4": { 25 "psr-4": {
25 "Laravel\\Breeze\\": "src/" 26 "Wizard\\Auth\\": "src/"
26 } 27 }
27 }, 28 },
28 "extra": { 29 "extra": {
29 "laravel": { 30 "laravel": {
30 "providers": [ 31 "providers": [
33 } 34 }
34 }, 35 },
35 "config": { 36 "config": {
36 "sort-packages": true 37 "sort-packages": true
37 }, 38 },
38 "minimum-stability": "dev", 39 "minimum-stability": "stable",
39 "prefer-stable": true 40 "prefer-stable": true
40 } 41 }