Skip to content

Commit b374729

Browse files
author
zhouyangyang
committed
更新readme
1 parent 870b84a commit b374729

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
composer require zyimm/laravelquery-builder
88
```
99

10+
## Require
11+
```javascript
12+
{
13+
"require": {
14+
"php": ">=7.0",
15+
"fideloper/proxy": "^4.0",
16+
"laravel/framework": ">=5.5"
17+
}
18+
}
19+
```
1020
## Usage
1121
```php
1222
// 目前支持条件操作符

0 commit comments

Comments
 (0)