Skip to content

Commit 9658913

Browse files
committed
update, add tips for php version required
1 parent 7607fa2 commit 9658913

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ a php console application library.
77
- console color support
88
- console interactive
99

10+
[中文README](./README_zh.md)
11+
1012
## usage
1113

1214
```php

README_zh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
- **github** https://github.com/inhere/php-console.git
1515
- **git@osc** https://git.oschina.net/inhere/php-console.git
1616

17+
**注意:**
18+
19+
- master 分支是要求 `php >= 7` 的(推荐使用)。
20+
- [php5](./tree/php5/) 是 php 5 的分支,但有些时间没更新了(但是基本的功能都支持)。
21+
1722
## 安装
1823

1924
- 使用 composer

0 commit comments

Comments
 (0)