取消自动加载中对composer包的支持

This commit is contained in:
7IN0SAN9
2016-03-24 14:58:37 +08:00
parent 690b092ded
commit 5a73a0b5ea
3 changed files with 3 additions and 102 deletions

View File

@@ -22,12 +22,7 @@
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "2.*"
},
"config": {
"vendor-dir": "vendor"
},
"extra": {
"installer-paths": {
"thinkphp": ["type:thinkphp-framework"]
}
"autoload": {
"files": ["start.php"]
}
}