Skip to content

Commit

Permalink
add(qa) cs-fix dev req. and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 6, 2024
1 parent f99bfbc commit 7b68440
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,12 @@
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"scripts": {
"cs-fix-diff": "php-cs-fixer fix --dry-run --diff",
"cs-fix": "php-cs-fixer fix"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.49"
}
}

0 comments on commit 7b68440

Please sign in to comment.