Skip to content

Commit e1cccaf

Browse files
committed
build: rename branch to next
1 parent 6315b1f commit e1cccaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

+2-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-json": "*",
2828
"illuminate/contracts": "^10.0",
2929
"illuminate/support": "^10.0",
30-
"laravel-json-api/core": "^4.0",
30+
"laravel-json-api/core": "^5.0",
3131
"laravel-json-api/neomerx-json-api": "^5.0.2"
3232
},
3333
"require-dev": {
@@ -46,7 +46,7 @@
4646
"extra": {
4747
"branch-alias": {
4848
"dev-develop": "3.x-dev",
49-
"dev-4.x": "4.x-dev"
49+
"dev-next": "5.x-dev"
5050
},
5151
"laravel": {
5252
"providers": [

0 commit comments

Comments
 (0)