Skip to content

Commit

Permalink
Merge pull request #33 from itosho/use-main-branch
Browse files Browse the repository at this point in the history
Use main branch
  • Loading branch information
itosho committed Mar 7, 2024
2 parents a6ee26e + 51a85a4 commit 913a3ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
- 3.next
pull_request:
branches:
Expand Down
63 changes: 0 additions & 63 deletions .travis.yml

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Easy Query
CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc.

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

### Notice
- For CakePHP4.x, use 3.x tag.
- For CakePHP3.x, use 1.x tag.

## Installation
```bash
composer require itosho/easy-query
Expand Down

0 comments on commit 913a3ad

Please sign in to comment.