Skip to content

Commit e0aed9f

Browse files
author
Sudipto Choudhury
committed
Fix namespace directory casing based on PSR-4: Autoloader
1 parent 70b47a5 commit e0aed9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"SudiptoChoudhury\\": "src/"
29+
"SudiptoChoudhury\\Support\\Forge\\Api\\": "src/support/forge/api/",
30+
"SudiptoChoudhury\\Support\\Utils\\": "src/support/utils/"
3031
}
3132
},
3233
"autoload-dev": {

0 commit comments

Comments
 (0)