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 c243e12 commit 8106d82
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,7 @@
}
},
"require": {
"php": "^8.1",
"cslant/telegram-git-notifier": "^v1.3.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.37.1",
"pestphp/pest": "^2.24",
"phpstan/phpstan": "^1.10.39"
},
"scripts": {
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
"php": "^8.1"
},
"support": {
"issues": "https://github.com/cslant/laravel-telegram-git-notifier/issues"
Expand All @@ -63,10 +54,7 @@
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 8106d82

Please sign in to comment.