Skip to content

Commit 1e79901

Browse files
authored
Merge pull request #31 from itosho/require-php7.1
Add require php>=7.1
2 parents e2e8391 + 33dfd43 commit 1e79901

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -26,6 +26,7 @@
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": {

0 commit comments

Comments
 (0)