We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09342a7 commit 2f2db72Copy full SHA for 2f2db72
composer.json
@@ -51,7 +51,13 @@
51
},
52
"scripts": {
53
"analyse": "vendor/bin/phpstan analyse",
54
- "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
+ "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
60
+ ]
61
62
"support": {
63
"issues": "https://github.com/cslant/laravel-telegram-git-notifier/issues"
0 commit comments