From a7ca9c44d3c8c557016f88fb47ca38a03a1bd262 Mon Sep 17 00:00:00 2001 From: Tan Nguyen <35853002+tanhongit@users.noreply.github.com> Date: Sat, 4 Nov 2023 01:19:11 +0700 Subject: [PATCH] Update composer.json --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8c8a4c4..c12583a 100644 --- a/composer.json +++ b/composer.json @@ -53,9 +53,7 @@ "scripts": { "analyse": "vendor/bin/phpstan", "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", - "test": "vendor/bin/pest", - "post-install-cmd": "bash ./install.sh", - "post-update-cmd": "bash ./install.sh" + "test": "vendor/bin/pest" }, "support": { "issues": "https://github.com/cslant/telegram-git-notifier/issues" @@ -66,6 +64,6 @@ "pestphp/pest-plugin": true } }, - "minimum-stability": "stable", + "minimum-stability": "dev", "prefer-stable": true }