File tree Expand file tree Collapse file tree 2 files changed +4
-54
lines changed Expand file tree Collapse file tree 2 files changed +4
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
"require-dev" : {
9
9
"phpunit/phpunit" : " ^9.5" ,
10
10
"mockery/mockery" : " ^1.4" ,
11
- "friendsofphp/php-cs-fixer" : " ^3.3"
11
+ "brainmaestro/composer-git-hooks" : " dev-master" ,
12
+ "laravel/pint" : " ^1.5"
12
13
},
13
14
"autoload" : {
14
15
"psr-4" : {
30
31
},
31
32
"hooks" : {
32
33
"pre-commit" : [
33
- " composer test" ,
34
34
" composer check-style"
35
35
],
36
36
"pre-push" : [
37
- " composer test" ,
38
37
" composer check-style"
39
38
]
40
39
}
49
48
" cghooks update"
50
49
],
51
50
"cghooks" : " vendor/bin/cghooks" ,
52
- "check-style" : " php-cs-fixer fix --using-cache=no --diff --dry-run --ansi " ,
53
- "fix-style" : " php-cs-fixer fix --using-cache=no --ansi " ,
51
+ "check-style" : " vendor/bin/pint --test " ,
52
+ "fix-style" : " vendor/bin/pint " ,
54
53
"test" : " vendor/bin/phpunit"
55
54
},
56
55
"scripts-descriptions" : {
You can’t perform that action at this time.
0 commit comments