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 b8d5da1 commit a4f8388
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@
"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"
]
"post-install-cmd": "bash ./install.sh",
"post-update-cmd": "bash ./install.sh"
},
"support": {
"issues": "https://github.com/cslant/telegram-git-notifier/issues"
Expand Down

0 comments on commit a4f8388

Please sign in to comment.