Mercurial > packages > magicforger
comparison composer.json @ 0:329123c41eaf
initial commit
| author | luka |
|---|---|
| date | Thu, 23 Mar 2023 19:24:43 -0400 |
| parents | |
| children | ca36acd2bef2 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:329123c41eaf |
|---|---|
| 1 { | |
| 2 "name": "wizzard/magicforger", | |
| 3 "description": "Magically makes all your CRUD in a smart and repeatable way.", | |
| 4 "version": "dev-default", | |
| 5 "autoload": { | |
| 6 "psr-4": { | |
| 7 "Wizzard\\Magicforger\\": "src/" | |
| 8 } | |
| 9 }, | |
| 10 "minimum-stability": "stable", | |
| 11 "require": { | |
| 12 "laravel/framework": ">=10.3" | |
| 13 } | |
| 14 } |
