modified For composer

This commit is contained in:
zhaoxiang 2018-03-06 00:24:25 +08:00
parent 652b3d7668
commit 1a09cfc141

View File

@ -15,6 +15,11 @@
"email": "756958008@qq.com"
}
],
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"require": {
"php": ">=5.6.0",
"topthink/framework": "~5.0.0"