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 8080 " @ci:composer:require-checker"
8181 ],
8282 "ci:composer:normalize" : " @composer normalize --dry-run" ,
83- "ci:composer:require-checker" : " composer-require-checker" ,
83+ "ci:composer:require-checker" : " @php composer-require-checker" ,
8484 "ci:composer:validate" : " @composer validate" ,
8585 "ci:php" : [
8686 " @ci:php:lint" ,
8787 " @ci:php:cs" ,
8888 " @ci:php:stan" ,
8989 " @ci:php:unit"
9090 ],
91- "ci:php:cs" : " php-cs-fixer fix -v --dry-run --using-cache no --diff" ,
92- "ci:php:lint" : " phplint --no-progress" ,
93- "ci:php:stan" : " phpstan analyse --no-progress" ,
91+ "ci:php:cs" : " @php php-cs-fixer fix -v --dry-run --using-cache no --diff" ,
92+ "ci:php:lint" : " @php phplint --no-progress" ,
93+ "ci:php:stan" : " @php phpstan analyse --no-progress" ,
9494 "ci:php:unit" : " phpunit" ,
9595 "fix" : [
9696 " @fix:composer" ,
You can’t perform that action at this time.
0 commit comments