File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.3, 8.2]
13
- laravel : [11.*]
12
+ php : [8.4, 8. 3, 8.2]
13
+ laravel : [11.*, 12.* ]
14
14
stability : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : 11.*
17
17
testbench : 9.*
18
+ - laravel : 12.*
19
+ testbench : 10.*
18
20
19
21
name : PHP ${{ matrix.php }} – Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
20
22
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " ^8.2" ,
16
- "illuminate/support" : " ^11.0" ,
17
- "laravel/prompts" : " ^0.1.17"
16
+ "illuminate/support" : " ^11.0 || ^12.0 " ,
17
+ "laravel/prompts" : " ^0.1.17 || ^0.2.0 || ^0.3.0 "
18
18
},
19
19
"require-dev" : {
20
20
"nunomaduro/collision" : " ^8.1" ,
21
- "orchestra/testbench" : " ^9.0" ,
22
- "phpunit/phpunit" : " ^10.0"
21
+ "orchestra/testbench" : " ^9.0 || ^10.0 " ,
22
+ "phpunit/phpunit" : " ^10.0 || ^11.0 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ public function __construct(
12
12
protected string $ operation ,
13
13
protected array $ remote ,
14
14
protected string $ options ,
15
- ) {
16
- }
15
+ ) {}
17
16
18
17
public function toArray (): array
19
18
{
You can’t perform that action at this time.
0 commit comments