File tree Expand file tree Collapse file tree 4 files changed +1648
-1986
lines changed
src/resources/views/sections/getting-started Expand file tree Collapse file tree 4 files changed +1648
-1986
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup PHP, with composer and extensions
2020 uses : shivammathur/setup-php@v2
2121 with :
22- php-version : " 8.3 "
22+ php-version : " 8.4 "
2323 tools : composer:v2
2424 coverage : none
2525
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ^8.3 " ,
23- "laravel/framework" : " ^11 .0" ,
24- "torchlight/torchlight-laravel" : " ^0.6.0 "
22+ "php" : " ^8.4 " ,
23+ "laravel/framework" : " ^12 .0" ,
24+ "torchlight/torchlight-laravel" : " dev-l12-compatibility "
2525 },
2626 "require-dev" : {
2727 "laravel/pint" : " ^1.15" ,
28- "orchestra/testbench" : " ^9 .0" ,
29- "pestphp/pest" : " ^2.34 " ,
30- "pestphp/pest-plugin-laravel" : " ^2.4 " ,
31- "pestphp/pest-plugin-livewire" : " ^2.1 "
28+ "orchestra/testbench" : " ^10 .0" ,
29+ "pestphp/pest" : " ^3.04 " ,
30+ "pestphp/pest-plugin-laravel" : " ^3.0 " ,
31+ "pestphp/pest-plugin-livewire" : " ^3.0 "
3232 },
3333 "autoload" : {
3434 "psr-4" : {
5757 }
5858 },
5959 "minimum-stability" : " dev" ,
60- "prefer-stable" : true
60+ "prefer-stable" : true ,
61+ "repositories" : [
62+ {
63+ "type" : " vcs" ,
64+ "url" : " https://github.com/laravel-shift/torchlight-laravel.git"
65+ }
66+ ]
6167}
You can’t perform that action at this time.
0 commit comments