Skip to content

Commit 2f2db72

Browse files
revert composer.json
1 parent 09342a7 commit 2f2db72

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@
5151
},
5252
"scripts": {
5353
"analyse": "vendor/bin/phpstan analyse",
54-
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
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+
]
5561
},
5662
"support": {
5763
"issues": "https://github.com/cslant/laravel-telegram-git-notifier/issues"

0 commit comments

Comments
 (0)