Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Nov 3, 2023
1 parent bea7d3e commit a7ca9c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -66,6 +64,6 @@
"pestphp/pest-plugin": true
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit a7ca9c4

Please sign in to comment.