File tree Expand file tree Collapse file tree 3 files changed +62
-305
lines changed Expand file tree Collapse file tree 3 files changed +62
-305
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 11
11
"require" : {
12
12
"php" : " ^8.2" ,
13
13
"inertiajs/inertia-laravel" : " ^2.0" ,
14
- "laravel/framework" : " ^11.31 " ,
15
- "laravel/tinker" : " ^2.9 " ,
14
+ "laravel/framework" : " ^12.0 " ,
15
+ "laravel/tinker" : " ^2.10.1 " ,
16
16
"tightenco/ziggy" : " ^2.4"
17
17
},
18
18
"require-dev" : {
19
19
"fakerphp/faker" : " ^1.23" ,
20
- "larastan/larastan" : " ^3.0" ,
21
- "laravel/pail" : " ^1.1" ,
20
+ "laravel/pail" : " ^1.2.2" ,
22
21
"laravel/pint" : " ^1.18" ,
23
- "laravel/sail" : " ^1.26 " ,
22
+ "laravel/sail" : " ^1.41 " ,
24
23
"mockery/mockery" : " ^1.6" ,
25
- "nunomaduro/collision" : " ^8.1 " ,
26
- "phpunit/phpunit" : " ^11.5"
24
+ "nunomaduro/collision" : " ^8.6 " ,
25
+ "phpunit/phpunit" : " ^11.5.3 "
27
26
},
28
27
"autoload" : {
29
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments