Skip to content

Commit

Permalink
Merge branch '6.0' of https://github.com/top-think/think into 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Jul 24, 2019
2 parents 1ed6131 + 2f8c1eb commit 16a0d5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"require": {
"php": ">=7.1.0",
"topthink/framework": "6.0.*-dev",
"topthink/think-orm": "2.0.*-dev",
"topthink/think-view": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 0 additions & 2 deletions config/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 执行用户(Windows下无效)
'user' => null,
// 指令定义
'commands' => [
],
Expand Down
2 changes: 0 additions & 2 deletions config/route.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
'controller_suffix' => false,
// 默认的路由变量规则
'default_route_pattern' => '[\w\.]+',
// 是否自动转换URL中的控制器和操作名
'url_convert' => true,
// 是否开启请求缓存 true自动缓存 支持设置请求缓存规则
'request_cache' => false,
// 请求缓存有效期
Expand Down

0 comments on commit 16a0d5b

Please sign in to comment.