File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 2828 "orchestra/testbench" : " ^10.0" ,
2929 "vimeo/psalm" : " ^6.0" ,
3030 "jetbrains/phpstorm-attributes" : " ^1.0" ,
31- "brainmaestro/composer-git-hooks" : " ^3.0.0" ,
3231 "laravel/pint" : " ^1.24"
3332 },
3433 "extra" : {
3534 "laravel" : {
3635 "providers" : [
3736 " \\ Overtrue\\ LaravelPackage\\ PackageServiceProvider"
3837 ]
39- },
40- "hooks" : {
41- "pre-commit" : [
42- " composer check-style" ,
43- " composer phpstan" ,
44- " composer test"
45- ],
46- "pre-push" : [
47- " composer check-style"
48- ]
4938 }
5039 },
5140 "scripts" : {
52- "post-update-cmd" : [
53- " cghooks remove" ,
54- " cghooks add --ignore-lock" ,
55- " cghooks update"
56- ],
5741 "post-merge" : " composer install" ,
58- "post-install-cmd" : [
59- " cghooks remove" ,
60- " cghooks add --ignore-lock" ,
61- " cghooks update"
62- ],
63- "cghooks" : " vendor/bin/cghooks" ,
6442 "check-style" : " vendor/bin/pint --test" ,
6543 "fix-style" : " vendor/bin/pint" ,
6644 "test" : " phpunit --colors" ,
You can’t perform that action at this time.
0 commit comments