Skip to content

Commit

Permalink
chore(deps): use orchestra/testbench@^9 instead of ^9.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Apr 1, 2024
1 parent 4dc73fc commit 09f993c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"friendsofphp/php-cs-fixer": "^3",
"larastan/larastan": "^2",
"mockery/mockery": "^1",
"orchestra/testbench": "^9.x-dev",
"orchestra/testbench": "^9",
"pestphp/pest": "^2",
"pestphp/pest-plugin-laravel": "^2",
"phpstan/phpstan": "^1",
Expand Down Expand Up @@ -112,9 +112,9 @@
}
},
"scripts": {
"pest": "@php vendor/bin/pest --order-by random --fail-on-risky --parallel --no-progress",
"pest:coverage": "@php vendor/bin/pest --order-by random --fail-on-risky --coverage --parallel --no-progress",
"pest:debug": "@php vendor/bin/pest --log-events-verbose-text pest.log --display-errors --fail-on-risky --no-progress",
"pest": "@php vendor/bin/pest --order-by random --fail-on-risky --parallel",
"pest:coverage": "@php vendor/bin/pest --order-by random --fail-on-risky --coverage --parallel",
"pest:debug": "@php vendor/bin/pest --log-events-verbose-text pest.log --display-errors --fail-on-risky",
"pest:profile": "@php vendor/bin/pest --profile",
"phpcs": "@php vendor/bin/php-cs-fixer fix --dry-run --diff",
"phpcs:fix": "@php vendor/bin/php-cs-fixer fix",
Expand Down

0 comments on commit 09f993c

Please sign in to comment.