File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- laravel : [8, 9]
14
+ laravel : [8, 9, 10 ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 21
21
}
22
22
},
23
23
"require" : {
24
- "php" : " ^8.0 " ,
25
- "illuminate/support" : " ^8.24|^9.0" ,
26
- "archtechx/laravel-seo" : " ^0.3.2 " ,
24
+ "php" : " ^8.1 " ,
25
+ "illuminate/support" : " ^8.24|^9.0|^10.0 " ,
26
+ "archtechx/laravel-seo" : " ^0.6 " ,
27
27
"ryangjchandler/orbit" : " *" ,
28
- "illuminate/routing" : " ^8.53|^9.0" ,
29
- "illuminate/database" : " ^8.53|^9.0"
28
+ "illuminate/routing" : " ^8.53|^9.0|^10.0 " ,
29
+ "illuminate/database" : " ^8.53|^9.0|^10.0 "
30
30
},
31
31
"require-dev" : {
32
- "orchestra/testbench" : " ^6.9|^7.0" ,
33
- "pestphp/pest" : " ^1.2" ,
34
- "pestphp/pest-plugin-laravel" : " ^1.0"
32
+ "orchestra/testbench" : " ^6.9|^7.0|^8.0 " ,
33
+ "pestphp/pest" : " ^1.2|^2.0 " ,
34
+ "pestphp/pest-plugin-laravel" : " ^1.0|^2.0 "
35
35
},
36
36
"extra" : {
37
37
"laravel" : {
41
41
}
42
42
},
43
43
"minimum-stability" : " dev" ,
44
- "prefer-stable" : true
44
+ "prefer-stable" : true ,
45
+ "config" : {
46
+ "allow-plugins" : {
47
+ "pestphp/pest-plugin" : true
48
+ }
49
+ }
45
50
}
You can’t perform that action at this time.
0 commit comments