Skip to content

Commit 791e47c

Browse files
committed
update README.md
1 parent 88d7463 commit 791e47c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [phpems v5.0](https://phpems.is.js.cn)
1+
# [phpems v5.0](https://phpems5.is.js.cn)
22

3-
开源免费的PHP无纸化模拟考试系统,基于 [PHPEMS(www.phpems.net)](http://www.phpems.net) 修改。本版本重点修复BUG(包括所有非 E_NOTICE 级别错误提示),并根据个人需要优化新增一些功能。
3+
开源免费的PHP无纸化模拟考试系统,基于 [PHPEMS v5.0](http://www.phpems.net) 修改。本版本重点修复BUG(包括所有非 E_NOTICE 级别错误提示),并根据个人需要优化新增一些功能。
44

55
因使用部分第三方扩展包,系统要求`php>=7.0`,具体集成扩展包如下:
66

@@ -86,13 +86,14 @@ $client->set('phpems:knows', json_encode(Cache::knows()));
8686

8787
通过 [composer](https://getcomposer.org/) 指令直接创建项目
8888

89-
composer create-project --prefer-dist phpems/phpems phpems
89+
composer create-project --prefer-dist phpems/phpems phpems "5.*"
9090

9191
#### 方式2:使用 git 创建项目
9292

9393
使用 git 复制项目后使用 composer 安装依赖
9494

9595
git clone https://github.com/oiuv/phpems.git
96+
git checkout 5.0
9697
cd phpems && composer install
9798
cd lib && cp config.inc.example.php config.inc.php
9899

@@ -108,7 +109,7 @@ $client->set('phpems:knows', json_encode(Cache::knows()));
108109
109110
## 使用
110111

111-
演示:https://phpems.is.js.cn/
112+
演示:https://phpems5.is.js.cn/
112113

113114
### 考试设置
114115

0 commit comments

Comments
 (0)