File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 pest : ^4.0
5454 pest_plugin_laravel : ^4.0
5555 pest_plugin_livewire : ^4.0
56+ - php : 8.3
57+ laravel : 13.*
58+ filament : 5.*
59+ testbench : 11.*
60+ livewire : ^4.0
61+ pest : ^4.0
62+ pest_plugin_laravel : ^4.0
63+ pest_plugin_livewire : ^4.0
64+ - php : 8.4
65+ laravel : 13.*
66+ filament : 5.*
67+ testbench : 11.*
68+ livewire : ^4.0
69+ pest : ^4.0
70+ pest_plugin_laravel : ^4.0
71+ pest_plugin_livewire : ^4.0
72+ - php : 8.5
73+ laravel : 13.*
74+ filament : 5.*
75+ testbench : 11.*
76+ livewire : ^4.0
77+ pest : ^4.0
78+ pest_plugin_laravel : ^4.0
79+ pest_plugin_livewire : ^4.0
5680
5781 name : P${{ matrix.php }} - L${{ matrix.laravel }}
5882
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ phpunit.xml
1212phpstan.neon
1313testbench.yaml
1414vendor
15+ .claude /settings.local.json
Original file line number Diff line number Diff line change 2424 "filament/filament" : " ^4.0 || ^5.0" ,
2525 "filament/notifications" : " ^4.0 || ^5.0" ,
2626 "spatie/laravel-package-tools" : " ^1.15" ,
27- "illuminate/contracts" : " ^11.0 || ^12.0"
27+ "illuminate/contracts" : " ^11.0 || ^12.0 || ^13.0 "
2828 },
2929 "require-dev" : {
3030 "laravel/pint" : " ^1.0" ,
3131 "larastan/larastan" : " ^3.0" ,
32- "orchestra/testbench" : " ^10.0" ,
32+ "orchestra/testbench" : " ^10.0 || ^11.0 " ,
3333 "pestphp/pest" : " ^4.0" ,
3434 "pestphp/pest-plugin-laravel" : " ^4.0" ,
3535 "pestphp/pest-plugin-livewire" : " ^4.0" ,
You can’t perform that action at this time.
0 commit comments