File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 35
35
}
36
36
],
37
37
"require" : {
38
+ "php" : " >=7.3" ,
38
39
"ext-json" : " *" ,
39
40
"ext-pdo" : " *" ,
40
41
"guanguans/soar-php" : " ^2.6" ,
58
59
"orchestra/testbench" : " ^3.0 || ^4.0 || ^5.0 || ^6.0" ,
59
60
"phpbench/phpbench" : " ^1.1" ,
60
61
"phpunit/phpunit" : " ^7.0 || ^8.0 || ^9.0" ,
61
- "vimeo/psalm" : " ^5.0"
62
+ "vimeo/psalm" : " ^4.30 || ^ 5.0"
62
63
},
63
64
"suggest" : {
64
65
"barryvdh/laravel-debugbar" : " Output SQL score to Laravel DebugBar." ,
65
66
"itsgoingd/clockwork" : " Output SQL score to Clockwork."
66
67
},
67
68
"minimum-stability" : " dev" ,
69
+ "prefer-stable" : true ,
68
70
"autoload" : {
69
71
"psr-4" : {
70
72
"Guanguans\\ LaravelSoar\\ " : " src"
83
85
},
84
86
"extra" : {
85
87
"hooks" : {
86
- "pre-commit " : [
88
+ "post-merge " : [
87
89
" composer style-lint" ,
88
90
" composer test"
89
91
],
90
- "pre-push " : [
92
+ "pre-commit " : [
91
93
" composer style-lint" ,
92
94
" composer test"
93
95
]
You can’t perform that action at this time.
0 commit comments