thinkphp版本升级至6.0

This commit is contained in:
2019-05-01 21:51:03 +08:00
parent 6cef5d9116
commit 5c31e8e612
1000 changed files with 970 additions and 182026 deletions

View File

@@ -16,25 +16,25 @@
}
],
"require": {
"php": ">=5.4.0",
"topthink/framework": "5.0.*",
"topthink/think-migration": "^2.0",
"topthink/think-captcha": "1.0.7",
"topthink/think-image": "^1.0",
"topthink/think-helper": "^1.0",
"overtrue/wechat": "~4.0",
"overtrue/easy-sms": "^1.0",
"riverslei/payment": "*"
"php": ">=7.1.0",
"topthink/framework": "6.0.*-dev",
"topthink/think-view": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "application"
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"extra": {
"think-path": "framework"
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}