Skip to content

Commit

Permalink
fix: restored post cmd composer script for php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Mar 28, 2024
1 parent 8e6352f commit 7716a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
},
"scripts": {
"post-install-cmd": [
"@auto-scripts"
"@auto-scripts",
"@composer bin php-cs-fixer install --ansi"
],
"post-update-cmd": [
"@auto-scripts"
Expand Down

0 comments on commit 7716a66

Please sign in to comment.