Skip to content

Commit c7d8f23

Browse files
committed
update readme
1 parent 9098608 commit c7d8f23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
- **git@osc** https://git.oschina.net/inhere/php-validate.git
1010
- **github** https://github.com/inhere/php-validate.git
1111

12+
**注意:**
13+
14+
- master 分支是要求 `php >= 7` 的(推荐使用)。
15+
- php5 分支是支持 php 5 的代码分支
16+
1217
## 安装
1318

1419
- 使用 composer
@@ -17,6 +22,7 @@
1722

1823
```
1924
"inhere/php-validate": "dev-master",
25+
// "inhere/php-validate": "dev-php5", // for php5
2026
```
2127

2228
然后执行: `composer update`

0 commit comments

Comments
 (0)