Skip to content

Commit 3e392fe

Browse files
committed
改进composer.json
1 parent 69400b6 commit 3e392fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"php": ">=5.4.0",
2020
"topthink/framework": "~5.0.0"
2121
},
22+
"autoload": {
23+
"psr-4": {
24+
"app\\": "application"
25+
}
26+
},
2227
"extra": {
2328
"think-path": "thinkphp"
2429
},

0 commit comments

Comments
 (0)