File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 os : [ubuntu-latest]
12- php : [8.3, 8.2]
13- laravel : [11.*]
12+ php : [8.4, 8. 3, 8.2]
13+ laravel : [11.*, 12.* ]
1414 stability : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : 11.*
1717 testbench : 9.*
18+ - laravel : 12.*
19+ testbench : 10.*
1820
1921 name : PHP ${{ matrix.php }} – Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
2022
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "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 "
1818 },
1919 "require-dev" : {
2020 "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 "
2323 },
2424 "autoload" : {
2525 "psr-4" : {
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ public function __construct(
1212 protected string $ operation ,
1313 protected array $ remote ,
1414 protected string $ options ,
15- ) {
16- }
15+ ) {}
1716
1817 public function toArray (): array
1918 {
You can’t perform that action at this time.
0 commit comments