File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Easy Query
2
2
3
- CakePHP behavior plugin for easily some complicated queries.
3
+ CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc .
4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/itosho/easy-query.svg?branch=master )] ( https://travis-ci.org/itosho/easy-query )
6
6
[ ![ codecov] ( https://codecov.io/gh/itosho/easy-query/branch/master/graph/badge.svg )] ( https://codecov.io/gh/itosho/easy-query )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " itosho/easy-query" ,
3
- "description" : " CakePHP behavior plugin for easily some complicated queries." ,
3
+ "description" : " CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc ." ,
4
4
"type" : " cakephp-plugin" ,
5
5
"keywords" : [
6
6
" cakephp" ,
26
26
"source" : " https://github.com/itosho/easy-query"
27
27
},
28
28
"require" : {
29
+ "php" : " >=7.1.0" ,
29
30
"cakephp/orm" : " ^3.6"
30
31
},
31
32
"require-dev" : {
You can’t perform that action at this time.
0 commit comments