Mercurial > packages > framework
view composer.json @ 2:b44434aaa767
Moving around the components.
Made a big step in the right direction with the Builder and named joins being accessible.
| author | luka |
|---|---|
| date | Wed, 18 Jun 2025 22:28:47 -0400 |
| parents | 07e7262a8cce |
| children | 84c75d9d90be |
line wrap: on
line source
{ "name": "wizard/framework", "version": "1.0.0", "description": "A reliable and repeatable base framework.", "autoload": { "psr-4": { "Wizard\\Framework\\":"src/" } }, "minimum-stability": "stable", "require": { "laravel/framework": ">=12", "doctrine/dbal": "*" }, "extra": { "laravel": { "providers": [ "Wizard\\Framework\\FrameworkServiceProvider" ] } } }
