Skip to content

Commit 5df1747

Browse files
Copilotovertrue
andcommitted
Remove brainmaestro/composer-git-hooks and extra.hooks
Co-authored-by: overtrue <[email protected]>
1 parent 1397fca commit 5df1747

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

composer.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,39 +28,17 @@
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",

0 commit comments

Comments
 (0)