This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 77 " leaf" ,
88 " leafPHP" ,
99 " mvc" ,
10- " leaf api"
10+ " leaf api" ,
11+ " api"
1112 ],
1213 "license" : " MIT" ,
1314 "authors" : [
1920 }
2021 ],
2122 "require" : {
22- "leafs/aloe" : " ^1.2" ,
23+ "leafs/aloe" : " ^1.2.6 " ,
2324 "doctrine/dbal" : " ^2.9" ,
2425 "illuminate/console" : " ^8.0" ,
25- "psy/psysh" : " ^0.9.9" ,
26- "symfony/console" : " ^5.1" ,
27- "vlucas/phpdotenv" : " ^3.6" ,
2826 "leafs/blade" : " ^1.2" ,
2927 "leafs/mvc-core" : " ^1.1" ,
3028 "leafs/leaf" : " v3.0-alpha" ,
3129 "leafs/logger" : " ^1.0" ,
3230 "leafs/cors" : " ^1.0" ,
31+ "leafs/router" : " ^0.1.4" ,
3332 "leafs/auth" : " ^1.1"
3433 },
3534 "require-dev" : {
36- "fzaninotto /faker" : " ^1.4 "
35+ "fakerphp /faker" : " ^1.16 "
3736 },
3837 "autoload" : {
3938 "psr-4" : {
5150 "App\\ Helpers\\ " : " app/helpers/" ,
5251 "App\\ Services\\ " : " app/services/" ,
5352 "App\\ Controllers\\ " : " app/controllers/" ,
54- "App\\ Database\\ Seeds\\ " : " app/database/Seeds /" ,
55- "App\\ Database\\ Schema\\ " : " app/database/Schema /" ,
53+ "App\\ Database\\ Seeds\\ " : " app/database/seeds /" ,
54+ "App\\ Database\\ Schema\\ " : " app/database/schema /" ,
5655 "App\\ Database\\ Factories\\ " : " app/database/factories/"
5756 }
5857 },
You can’t perform that action at this time.
0 commit comments