File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
"friendsofphp/php-cs-fixer" : " ^3" ,
50
50
"larastan/larastan" : " ^2" ,
51
51
"mockery/mockery" : " ^1" ,
52
- "orchestra/testbench" : " ^9.x-dev " ,
52
+ "orchestra/testbench" : " ^9" ,
53
53
"pestphp/pest" : " ^2" ,
54
54
"pestphp/pest-plugin-laravel" : " ^2" ,
55
55
"phpstan/phpstan" : " ^1" ,
112
112
}
113
113
},
114
114
"scripts" : {
115
- "pest" : " @php vendor/bin/pest --order-by random --fail-on-risky --parallel --no-progress " ,
116
- "pest:coverage" : " @php vendor/bin/pest --order-by random --fail-on-risky --coverage --parallel --no-progress " ,
117
- "pest:debug" : " @php vendor/bin/pest --log-events-verbose-text pest.log --display-errors --fail-on-risky --no-progress " ,
115
+ "pest" : " @php vendor/bin/pest --order-by random --fail-on-risky --parallel" ,
116
+ "pest:coverage" : " @php vendor/bin/pest --order-by random --fail-on-risky --coverage --parallel" ,
117
+ "pest:debug" : " @php vendor/bin/pest --log-events-verbose-text pest.log --display-errors --fail-on-risky" ,
118
118
"pest:profile" : " @php vendor/bin/pest --profile" ,
119
119
"phpcs" : " @php vendor/bin/php-cs-fixer fix --dry-run --diff" ,
120
120
"phpcs:fix" : " @php vendor/bin/php-cs-fixer fix" ,
You can’t perform that action at this time.
0 commit comments