Skip to content

Commit 29e0ce0

Browse files
Merge pull request #45 from biiiiiigmonster/upgrade-laravel-11
Upgrade laravel 11
2 parents 4885cee + d52e290 commit 29e0ce0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: run-tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [laravel-11]
66
pull_request:
7-
branches: [master]
7+
branches: [laravel-11]
88

99
jobs:
1010
test:

README-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
| Laravel 版本 | 安装命令 |
2121
|-----------------|-----------------------------------------------------|
22+
| Laravel 11 | ``` composer require biiiiiigmonster/hasin:^4.0 ``` |
2223
| Laravel 10 | ``` composer require biiiiiigmonster/hasin:^3.0 ``` |
2324
| Laravel 9 | ``` composer require biiiiiigmonster/hasin:^2.0 ``` |
2425
| Laravel 5.5 ~ 8 | ``` composer require biiiiiigmonster/hasin:^1.0 ``` |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The `hasin` is composer package based on `where in` syntax to query the relation
1818
# Installation
1919
| Laravel Version | Install command |
2020
|-----------------|-----------------------------------------------------|
21+
| Laravel 11 | ``` composer require biiiiiigmonster/hasin:^4.0 ``` |
2122
| Laravel 10 | ``` composer require biiiiiigmonster/hasin:^3.0 ``` |
2223
| Laravel 9 | ``` composer require biiiiiigmonster/hasin:^2.0 ``` |
2324
| Laravel 5.5 ~ 8 | ``` composer require biiiiiigmonster/hasin:^1.0 ``` |

0 commit comments

Comments
 (0)