File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : true
14
14
matrix :
15
- php : [7.4, 7.3, 7.2 ]
15
+ php : [7.4, 7.3]
16
16
dependency-version : [prefer-stable, prefer-lowest]
17
17
18
18
name : P${{ matrix.php }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^7.2.5 " ,
15
- "illuminate/support" : " ^7 .0" ,
16
- "illuminate/console" : " ^7 .0" ,
17
- "illuminate/database" : " ^7 .0" ,
18
- "illuminate/auth" : " ^7 .0" ,
19
- "illuminate/notifications" : " ^7 .0"
14
+ "php" : " ^7.3.0 " ,
15
+ "illuminate/support" : " ^8 .0" ,
16
+ "illuminate/console" : " ^8 .0" ,
17
+ "illuminate/database" : " ^8 .0" ,
18
+ "illuminate/auth" : " ^8 .0" ,
19
+ "illuminate/notifications" : " ^8 .0"
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
25
25
},
26
26
"require-dev" : {
27
27
"mockery/mockery" : " ^1.0" ,
28
- "phpunit/phpunit" : " ~8 .0" ,
29
- "orchestra/testbench" : " ^5 .0"
28
+ "phpunit/phpunit" : " ~9 .0" ,
29
+ "orchestra/testbench" : " ^6 .0"
30
30
},
31
31
"autoload-dev" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments