File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
34
34
"phpstan/phpstan-phpunit" : " ^1.0" ,
35
35
"phpunit/phpunit" : " ^9.3" ,
36
+ "rector/rector" : " ^0.19 || ^1.0.0" ,
36
37
"roave/security-advisories" : " dev-latest" ,
37
- "vimeo/psalm" : " ^5.0" ,
38
- "rector/rector" : " ^0.19 || ^1.0.0"
38
+ "vimeo/psalm" : " ^5.0"
39
39
},
40
40
"require-dev" : {
41
41
"codeigniter4/framework" : " ^4.1" ,
55
55
" psalm" ,
56
56
" rector process --dry-run"
57
57
],
58
- "sa" : " @analyze" ,
59
58
"ci" : [
60
59
" Composer\\ Config::disableProcessTimeout" ,
61
60
" @cs" ,
66
65
],
67
66
"cs" : " php-cs-fixer fix --ansi --verbose --dry-run --diff" ,
68
67
"cs-fix" : " php-cs-fixer fix --ansi --verbose --diff" ,
69
- "style" : " @cs-fix" ,
70
68
"deduplicate" : " phpcpd app/ src/" ,
71
69
"inspect" : " deptrac analyze --cache-file=build/deptrac.cache" ,
72
70
"mutate" : " infection --threads=2 --skip-initial-tests --coverage=build/phpunit" ,
71
+ "sa" : " @analyze" ,
72
+ "style" : " @cs-fix" ,
73
73
"test" : " phpunit"
74
74
}
75
75
}
You can’t perform that action at this time.
0 commit comments