Skip to content

Commit 90e7365

Browse files
committed
build: rename branch to next
1 parent 4c9f506 commit 90e7365

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

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

33
on:
44
push:
5-
branches: [ main, develop, 4.x ]
5+
branches: [ main, develop, next ]
66
pull_request:
7-
branches: [ main, develop, 4.x ]
7+
branches: [ main, develop, next ]
88

99
jobs:
1010
build:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-json": "*",
2828
"illuminate/database": "^10.0",
2929
"illuminate/support": "^10.0",
30-
"laravel-json-api/core": "^4.0"
30+
"laravel-json-api/core": "^5.0"
3131
},
3232
"require-dev": {
3333
"orchestra/testbench": "^8.0",
@@ -48,7 +48,7 @@
4848
"extra": {
4949
"branch-alias": {
5050
"dev-develop": "3.x-dev",
51-
"dev-4.x": "4.x-dev"
51+
"dev-next": "5.x-dev"
5252
}
5353
},
5454
"minimum-stability": "dev",

0 commit comments

Comments
 (0)