We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9f506 commit 90e7365Copy full SHA for 90e7365
.github/workflows/tests.yml
@@ -2,9 +2,9 @@ name: Tests
2
3
on:
4
push:
5
- branches: [ main, develop, 4.x ]
+ branches: [ main, develop, next ]
6
pull_request:
7
8
9
jobs:
10
build:
composer.json
@@ -27,7 +27,7 @@
27
"ext-json": "*",
28
"illuminate/database": "^10.0",
29
"illuminate/support": "^10.0",
30
- "laravel-json-api/core": "^4.0"
+ "laravel-json-api/core": "^5.0"
31
},
32
"require-dev": {
33
"orchestra/testbench": "^8.0",
@@ -48,7 +48,7 @@
48
"extra": {
49
"branch-alias": {
50
"dev-develop": "3.x-dev",
51
- "dev-4.x": "4.x-dev"
+ "dev-next": "5.x-dev"
52
}
53
54
"minimum-stability": "dev",
0 commit comments