Skip to content

Commit 32ab8ef

Browse files
committed
完善安装流程以及框架版本锁定
1 parent 093a0a0 commit 32ab8ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- sh update-framework.sh
66
- 安装数据库 resource/webbug.sql
77
- 修改数据库配置 config/database.php
8+
- 添加文件夹 public/static/upload 可写权限

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.6.0",
20-
"topthink/framework": "~5.1.0",
20+
"topthink/framework": "5.1.*",
2121
"topthink/think-captcha": "^2.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)