File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
- php : [7.2, 7. 3, 7.4]
14
+ php : [7.3, 7.4]
15
15
stability : [prefer-lowest, prefer-stable]
16
16
17
17
name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "php" : " ^7.2.5 " ,
27
- "awobaz/compoships" : " ^1.1 " ,
26
+ "php" : " ^7.3 " ,
27
+ "awobaz/compoships" : " ^2.0.3 " ,
28
28
"fico7489/laravel-pivot" : " ^3.0.1" ,
29
- "laravel/framework" : " ^7 .0" ,
30
- "orisintel/laravel-process-stamps" : " ^2 .0"
29
+ "laravel/framework" : " ^8 .0" ,
30
+ "orisintel/laravel-process-stamps" : " ^3 .0"
31
31
},
32
32
"require-dev" : {
33
33
"doctrine/dbal" : " ^2.9" ,
34
34
"larapack/dd" : " ^1.0" ,
35
35
"mockery/mockery" : " ~1.0" ,
36
- "orchestra/testbench" : " ^5 .0" ,
37
- "phpunit/phpunit" : " ^8.0|^ 9.0"
36
+ "orchestra/testbench" : " ^6 .0" ,
37
+ "phpunit/phpunit" : " ^9.0"
38
38
},
39
39
"autoload" : {
40
40
"psr-4" : {
You can’t perform that action at this time.
0 commit comments