thinkphp版本升级至6.0
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user