Skip to content

Commit 913a3ad

Browse files
authored
Merge pull request #33 from itosho/use-main-branch
Use main branch
2 parents a6ee26e + 51a85a4 commit 913a3ad

File tree

3 files changed

+5
-65
lines changed

3 files changed

+5
-65
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- 3.next
88
pull_request:
99
branches:

.travis.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Easy Query
22
CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc.
33

4-
[![Build Status](https://travis-ci.org/itosho/easy-query.svg?branch=master)](https://travis-ci.org/itosho/easy-query)
54
[![codecov](https://codecov.io/gh/itosho/easy-query/branch/master/graph/badge.svg)](https://codecov.io/gh/itosho/easy-query)
65
[![Latest Stable Version](https://poser.pugx.org/itosho/easy-query/v/stable)](https://packagist.org/packages/itosho/easy-query)
76
[![Total Downloads](https://poser.pugx.org/itosho/easy-query/downloads)](https://packagist.org/packages/itosho/easy-query)
@@ -12,6 +11,10 @@ CakePHP behavior plugin for easily generating some complicated queries like (bul
1211
- CakePHP 5.0+
1312
- MySQL 8.0+ / MariaDB 10.4+
1413

14+
### Notice
15+
- For CakePHP4.x, use 3.x tag.
16+
- For CakePHP3.x, use 1.x tag.
17+
1518
## Installation
1619
```bash
1720
composer require itosho/easy-query

0 commit comments

Comments
 (0)