File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 10
10
"phpunit/phpunit" : " ^9.5" ,
11
11
"mockery/mockery" : " ^1.0" ,
12
12
"league/flysystem-adapter-test-utilities" : " ^3.0" ,
13
- "brainmaestro/composer-git-hooks" : " dev-master" ,
14
13
"laravel/pint" : " ^1.6"
15
14
},
16
15
"autoload" : {
30
29
}
31
30
],
32
31
"license" : " MIT" ,
33
- "extra" : {
34
- "hooks" : {
35
- "pre-commit" : [
36
- " composer fix-style" ,
37
- " composer test"
38
- ],
39
- "pre-push" : [
40
- " composer test" ,
41
- " composer check-style"
42
- ]
43
- }
44
- },
45
32
"scripts" : {
46
- "post-update-cmd" : [
47
- " cghooks remove" ,
48
- " cghooks add --ignore-lock" ,
49
- " cghooks update"
50
- ],
51
33
"post-merge" : " composer install" ,
52
- "post-install-cmd" : [
53
- " cghooks remove" ,
54
- " cghooks add --ignore-lock" ,
55
- " cghooks update"
56
- ],
57
- "cghooks" : " vendor/bin/cghooks" ,
58
34
"check-style" : " vendor/bin/pint --test" ,
59
35
"fix-style" : " vendor/bin/pint" ,
60
36
"test" : " phpunit --colors=always"
You can’t perform that action at this time.
0 commit comments