File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ sudo: false
3
3
4
4
matrix :
5
5
include :
6
- - php : " 7.4"
6
+ - php : 7.4
7
7
env :
8
8
- LARAVEL_VERSION=^8.0
9
- - php : " 8.0snapshot "
9
+ - php : 8.0
10
10
env :
11
11
- LARAVEL_VERSION=^8.0
12
12
Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "php" : " ^7.4" ,
26
+ "php" : " ^7.4|^8.0 " ,
27
27
"ext-json" : " *" ,
28
28
"laravel-json-api/core" : " ^1.0" ,
29
29
"laravel-json-api/eloquent" : " ^1.0" ,
35
35
},
36
36
"require-dev" : {
37
37
"laravel-json-api/testing" : " ^1.0" ,
38
- "orchestra/testbench" : " ^6.4 " ,
39
- "phpunit/phpunit" : " ^9.4 "
38
+ "orchestra/testbench" : " ^6.9 " ,
39
+ "phpunit/phpunit" : " ^9.5 "
40
40
},
41
41
"autoload" : {
42
42
"psr-4" : {
53
53
},
54
54
"extra" : {
55
55
"branch-alias" : {
56
- "dev-master" : " 0.x-dev" ,
57
56
"dev-develop" : " 1.x-dev"
58
57
},
59
58
"laravel" : {
You can’t perform that action at this time.
0 commit comments