File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,21 @@ jobs:
23
23
- " 8.3"
24
24
- " 8.4"
25
25
laravel :
26
- - 9.*
27
26
- 10.*
28
27
- 11.*
29
28
prefer :
30
29
- " prefer-lowest"
31
30
- " prefer-stable"
32
31
include :
33
- - laravel : 9.*
34
- testbench : 7.*
35
32
- laravel : 10.*
36
33
testbench : 8.*
37
34
- laravel : 11.*
38
35
testbench : 9.*
36
+ exclude :
37
+ - php : " 8.1"
38
+ laravel : 11.*
39
+ - php : " 8.4"
40
+ laravel : 10.*
39
41
40
42
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
41
43
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "illuminate/database" : " ^9.35|^ 10.5|^11" ,
24
- "illuminate/support" : " ^9.35|^ 10.5|^11"
23
+ "illuminate/database" : " ^10.5|^11.33 " ,
24
+ "illuminate/support" : " ^10.5|^11.33 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
41
41
"laravel/legacy-factories" : " ^1.4" ,
42
42
"livewire/livewire" : " dev-main" ,
43
43
"mockery/mockery" : " ^1.6" ,
44
- "orchestra/testbench" : " ^7.23|^ 8.1.1|^9" ,
45
- "phpunit/phpunit" : " ^9.5.25|^10"
44
+ "orchestra/testbench" : " ^8.1.1|^9" ,
45
+ "phpunit/phpunit" : " ^9.5.25|^10|^11 "
46
46
},
47
47
"config" : {
48
48
"sort-packages" : true
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class PostComponent extends Component
34
34
{
35
35
public Post $ post ;
36
36
37
- public static function getName ()
37
+ public function getName ()
38
38
{
39
39
return 'post ' ;
40
40
}
You can’t perform that action at this time.
0 commit comments