Skip to content

Commit d42d024

Browse files
committed
build: updates to rename branch to next
1 parent 04cc409 commit d42d024

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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, 3.x ]
5+
branches: [ main, develop, next ]
66
pull_request:
7-
branches: [ main, develop, 3.x ]
7+
branches: [ main, develop, next ]
88

99
jobs:
1010
build:

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"ext-json": "*",
2828
"illuminate/contracts": "^10.0",
2929
"illuminate/pipeline": "^10.0",
30-
"laravel-json-api/core": "^4.0",
31-
"laravel-json-api/validation": "^4.0"
30+
"laravel-json-api/core": "^5.0",
31+
"laravel-json-api/validation": "^5.0"
3232
},
3333
"require-dev": {
3434
"laravel-json-api/testing": "^2.0",
@@ -48,7 +48,7 @@
4848
"extra": {
4949
"branch-alias": {
5050
"dev-develop": "2.x-dev",
51-
"dev-3.x": "3.x-dev"
51+
"dev-next": "4.x-dev"
5252
}
5353
},
5454
"minimum-stability": "dev",

0 commit comments

Comments
 (0)