Skip to content

Commit 3fad302

Browse files
committed
remove redundant script in composer
1 parent ab46253 commit 3fad302

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,7 @@
5151
},
5252
"scripts": {
5353
"analyse": "vendor/bin/phpstan analyse",
54-
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
55-
"post-install-cmd": [
56-
"bash vendor/cslant/telegram-git-notifier/install.sh"
57-
],
58-
"post-update-cmd": [
59-
"bash vendor/cslant/telegram-git-notifier/install.sh"
60-
]
54+
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
6155
},
6256
"support": {
6357
"issues": "https://github.com/cslant/laravel-telegram-git-notifier/issues"

0 commit comments

Comments
 (0)