Skip to content

Commit 0dfb7c3

Browse files
committed
Update dependencies
1 parent d7faef8 commit 0dfb7c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
}
3636
],
3737
"require": {
38+
"php": ">=7.3",
3839
"ext-json": "*",
3940
"ext-pdo": "*",
4041
"guanguans/soar-php": "^2.6",
@@ -58,13 +59,14 @@
5859
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0",
5960
"phpbench/phpbench": "^1.1",
6061
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
61-
"vimeo/psalm": "^5.0"
62+
"vimeo/psalm": "^4.30 || ^5.0"
6263
},
6364
"suggest": {
6465
"barryvdh/laravel-debugbar": "Output SQL score to Laravel DebugBar.",
6566
"itsgoingd/clockwork": "Output SQL score to Clockwork."
6667
},
6768
"minimum-stability": "dev",
69+
"prefer-stable": true,
6870
"autoload": {
6971
"psr-4": {
7072
"Guanguans\\LaravelSoar\\": "src"
@@ -83,11 +85,11 @@
8385
},
8486
"extra": {
8587
"hooks": {
86-
"pre-commit": [
88+
"post-merge": [
8789
"composer style-lint",
8890
"composer test"
8991
],
90-
"pre-push": [
92+
"pre-commit": [
9193
"composer style-lint",
9294
"composer test"
9395
]

0 commit comments

Comments
 (0)