File tree Expand file tree Collapse file tree 4 files changed +8412
-12
lines changed Expand file tree Collapse file tree 4 files changed +8412
-12
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
commit_message : fix code style
45
45
commit_options : ' --no-verify'
46
-
47
- # We need to run PHPStan after commiting changes as it does not auto-fix errors...
48
- - name : PHPStan
49
- run : ./vendor/bin/phpstan
Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ^8.2" ,
19
19
"inertiajs/inertia-laravel" : " ^2.0" ,
20
- "laravel/framework" : " ^11.31 " ,
21
- "laravel/tinker" : " ^2.9 " ,
20
+ "laravel/framework" : " ^12.0 " ,
21
+ "laravel/tinker" : " ^2.10.1 " ,
22
22
"laravel/workos" : " *" ,
23
23
"tightenco/ziggy" : " ^2.4"
24
24
},
25
25
"require-dev" : {
26
26
"fakerphp/faker" : " ^1.23" ,
27
- "larastan/larastan" : " ^3.0" ,
28
- "laravel/pail" : " ^1.1" ,
27
+ "laravel/pail" : " ^1.2.2" ,
29
28
"laravel/pint" : " ^1.18" ,
30
- "laravel/sail" : " ^1.26 " ,
29
+ "laravel/sail" : " ^1.41 " ,
31
30
"mockery/mockery" : " ^1.6" ,
32
- "nunomaduro/collision" : " ^8.1 " ,
33
- "phpunit/phpunit" : " ^11.5"
31
+ "nunomaduro/collision" : " ^8.6 " ,
32
+ "phpunit/phpunit" : " ^11.5.3 "
34
33
},
35
34
"autoload" : {
36
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments