File tree Expand file tree Collapse file tree 4 files changed +6
-2200
lines changed Expand file tree Collapse file tree 4 files changed +6
-2200
lines changed Original file line number Diff line number Diff line change 3636 - name : Run Pint
3737 run : vendor/bin/pint
3838
39- - name : Commit Changes
40- uses : stefanzweifel/git-auto-commit-action@v5
41- with :
42- commit_message : fix code style
43- commit_options : ' --no-verify'
44- file_pattern : ' !.github/workflows/* **/*'
45-
46- # We need to run PHPStan after commiting changes as it does not auto-fix errors...
47- - name : Run PHPStan
48- run : ./vendor/bin/phpstan
39+ # - name: Commit Changes
40+ # uses: stefanzweifel/git-auto-commit-action@v5
41+ # with:
42+ # commit_message: fix code style
43+ # commit_options: '--no-verify'
44+ # file_pattern: '!.github/workflows/* **/*'
Original file line number Diff line number Diff line change 1717 },
1818 "require-dev" : {
1919 "fakerphp/faker" : " ^1.23" ,
20- "larastan/larastan" : " ^3.0" ,
2120 "laravel/pail" : " ^1.2.2" ,
2221 "laravel/pint" : " ^1.18" ,
2322 "laravel/sail" : " ^1.41" ,
2423 "mockery/mockery" : " ^1.6" ,
2524 "nunomaduro/collision" : " ^8.6" ,
26- "phpstan/phpstan" : " ^2.1" ,
2725 "phpunit/phpunit" : " ^11.5.3"
2826 },
2927 "autoload" : {
You can’t perform that action at this time.
0 commit comments