Skip to content

Commit 09f993c

Browse files
committed
chore(deps): use orchestra/testbench@^9 instead of ^9.x-dev
1 parent 4dc73fc commit 09f993c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"friendsofphp/php-cs-fixer": "^3",
5050
"larastan/larastan": "^2",
5151
"mockery/mockery": "^1",
52-
"orchestra/testbench": "^9.x-dev",
52+
"orchestra/testbench": "^9",
5353
"pestphp/pest": "^2",
5454
"pestphp/pest-plugin-laravel": "^2",
5555
"phpstan/phpstan": "^1",
@@ -112,9 +112,9 @@
112112
}
113113
},
114114
"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",
118118
"pest:profile": "@php vendor/bin/pest --profile",
119119
"phpcs": "@php vendor/bin/php-cs-fixer fix --dry-run --diff",
120120
"phpcs:fix": "@php vendor/bin/php-cs-fixer fix",

0 commit comments

Comments
 (0)