Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit a355739

Browse files
committed
✨ switched to leaf 3 alpha
1 parent d874f37 commit a355739

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

composer.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,34 @@
2626
"symfony/console": "^5.1",
2727
"vlucas/phpdotenv": "^3.6",
2828
"leafs/blade": "^1.2",
29-
"leafs/leaf": "dev-v3.x-dev",
3029
"leafs/mvc-core": "^1.1",
30+
"leafs/leaf": "v3.0-alpha",
3131
"leafs/logger": "^1.0",
3232
"leafs/cors": "^1.0"
3333
},
3434
"require-dev": {
35-
"fzaninotto/faker": "^1.4",
36-
"deployer/deployer": "^6.4"
35+
"fzaninotto/faker": "^1.4"
36+
},
37+
"autoload": {
38+
"psr-4": {
39+
"Lib\\": "lib/",
40+
"App\\": "app/",
41+
"Config\\": "config/",
42+
"App\\Http\\": "app/http/",
43+
"App\\Views\\": "app/views/",
44+
"App\\Utils\\": "app/utils/",
45+
"App\\Models\\": "app/models/",
46+
"App\\Workers\\": "app/workers/",
47+
"App\\Console\\": "app/console/",
48+
"App\\Scripts\\": "app/scripts/",
49+
"App\\Helpers\\": "app/helpers/",
50+
"App\\Services\\": "app/services/",
51+
"App\\Controllers\\": "app/controllers/",
52+
"App\\Database\\Seeds\\": "app/database/Seeds/",
53+
"App\\Database\\Schema\\": "app/database/Schema/",
54+
"App\\Database\\Factories\\": "app/database/factories/",
55+
"App\\Database\\Migrations\\": "app/database/Migrations/"
56+
}
3757
},
3858
"config": {
3959
"optimize-autoloader": true,

0 commit comments

Comments
 (0)