Mercurial > packages > framework
comparison composer.json @ 0:07e7262a8cce
Initial commit for the framwork base.
| author | luka |
|---|---|
| date | Mon, 09 Jun 2025 22:38:09 -0400 |
| parents | |
| children | 84c75d9d90be |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:07e7262a8cce |
|---|---|
| 1 { | |
| 2 "name": "wizard/framework", | |
| 3 "version": "1.0.0", | |
| 4 "description": "A reliable and repeatable base framework.", | |
| 5 "autoload": { | |
| 6 "psr-4": { | |
| 7 "Wizard\\Framework\\":"src/" | |
| 8 } | |
| 9 }, | |
| 10 "minimum-stability": "stable", | |
| 11 "require": { | |
| 12 "laravel/framework": ">=12", | |
| 13 "doctrine/dbal": "*" | |
| 14 }, | |
| 15 "extra": { | |
| 16 "laravel": { | |
| 17 "providers": [ | |
| 18 "Wizard\\Framework\\FrameworkServiceProvider" | |
| 19 ] | |
| 20 } | |
| 21 } | |
| 22 } |
