File tree 4 files changed +1648
-1986
lines changed
src/resources/views/sections/getting-started
4 files changed +1648
-1986
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup PHP, with composer and extensions
20
20
uses : shivammathur/setup-php@v2
21
21
with :
22
- php-version : " 8.3 "
22
+ php-version : " 8.4 "
23
23
tools : composer:v2
24
24
coverage : none
25
25
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"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 "
25
25
},
26
26
"require-dev" : {
27
27
"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 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
57
57
}
58
58
},
59
59
"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
+ ]
61
67
}
You can’t perform that action at this time.
0 commit comments