Skip to content

Commit

Permalink
remove redundant script in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Feb 2, 2024
1 parent 7239120 commit a4e4676
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
},
"scripts": {
"analyse": "vendor/bin/phpstan",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"post-install-cmd": [
"bash vendor/cslant/telegram-git-notifier/install.sh"
],
"post-update-cmd": [
"bash vendor/cslant/telegram-git-notifier/install.sh"
]
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
}
}

0 comments on commit a4e4676

Please sign in to comment.