Mercurial > packages > magicforger
annotate composer.json @ 9:d4730c14806d
Small changes to config generation and table name input
| author | luka |
|---|---|
| date | Sat, 02 Dec 2023 10:18:52 -0500 |
| parents | ca36acd2bef2 |
| children | 3426c7e91c24 |
| rev | line source |
|---|---|
| 0 | 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": { | |
|
1
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
7 "Wizzard\\MagicForger\\":"src/" |
| 0 | 8 } |
| 9 }, | |
| 10 "minimum-stability": "stable", | |
| 11 "require": { | |
| 12 "laravel/framework": ">=10.3" | |
|
1
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
13 }, |
|
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
14 "extra": { |
|
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
15 "laravel": { |
|
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
16 "providers": [ |
|
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
17 "Wizzard\\MagicForger\\MagicForgerServiceProvider" |
|
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
18 ] |
|
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
19 } |
|
ca36acd2bef2
Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
luka
parents:
0
diff
changeset
|
20 } |
| 0 | 21 } |
