File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Tests
2
2
3
3
on :
4
4
push :
5
- branches : [ main, develop, 3.x ]
5
+ branches : [ main, develop, next ]
6
6
pull_request :
7
- branches : [ main, develop, 3.x ]
7
+ branches : [ main, develop, next ]
8
8
9
9
jobs :
10
10
build :
Original file line number Diff line number Diff line change 27
27
"ext-json" : " *" ,
28
28
"illuminate/contracts" : " ^10.0" ,
29
29
"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"
32
32
},
33
33
"require-dev" : {
34
34
"laravel-json-api/testing" : " ^2.0" ,
48
48
"extra" : {
49
49
"branch-alias" : {
50
50
"dev-develop" : " 2.x-dev" ,
51
- "dev-3.x " : " 3 .x-dev"
51
+ "dev-next " : " 4 .x-dev"
52
52
}
53
53
},
54
54
"minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments