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 4343 with :
4444 commit_message : fix code style
4545 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 1111 "require" : {
1212 "php" : " ^8.2" ,
1313 "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 " ,
1616 "tightenco/ziggy" : " ^2.4"
1717 },
1818 "require-dev" : {
1919 "fakerphp/faker" : " ^1.23" ,
20- "larastan/larastan" : " ^3.0" ,
21- "laravel/pail" : " ^1.1" ,
20+ "laravel/pail" : " ^1.2.2" ,
2221 "laravel/pint" : " ^1.18" ,
23- "laravel/sail" : " ^1.26 " ,
22+ "laravel/sail" : " ^1.41 " ,
2423 "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 "
2726 },
2827 "autoload" : {
2928 "psr-4" : {
You can’t perform that action at this time.
0 commit comments