From a4e4676a93516a0e5b705a1ee82610e18495870b Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Sat, 3 Feb 2024 01:02:13 +0700 Subject: [PATCH] remove redundant script in composer --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 218bd24..94d293c 100755 --- a/composer.json +++ b/composer.json @@ -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" } }