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 11# Easy Query
22
3- CakePHP behavior plugin for easily some complicated queries.
3+ CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc .
44
55[ ![ Build Status] ( https://travis-ci.org/itosho/easy-query.svg?branch=master )] ( https://travis-ci.org/itosho/easy-query )
66[ ![ 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 11{
22 "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 ." ,
44 "type" : " cakephp-plugin" ,
55 "keywords" : [
66 " cakephp" ,
2626 "source" : " https://github.com/itosho/easy-query"
2727 },
2828 "require" : {
29+ "php" : " >=7.1.0" ,
2930 "cakephp/orm" : " ^3.6"
3031 },
3132 "require-dev" : {
You can’t perform that action at this time.
0 commit comments