Skip to content

Commit

Permalink
build: Switched to tagged testbench version
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Mar 13, 2024
1 parent cacb721 commit a4f6f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "Rule helper for Laravel",
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"laravel/framework": "^11.0.3"
},
"require-dev": {
"ext-json": "*",
"orchestra/testbench": "9.x-dev",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.5",
"laravel/pint": "1.13.9",
"larastan/larastan": "^2.0"
Expand Down

0 comments on commit a4f6f08

Please sign in to comment.