Skip to content

Commit a4f6f08

Browse files
committed
build: Switched to tagged testbench version
1 parent cacb721 commit a4f6f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "Rule helper for Laravel",
44
"type": "library",
55
"license": "MIT",
6-
"minimum-stability": "dev",
6+
"minimum-stability": "stable",
77
"require": {
88
"php": "^8.2",
99
"laravel/framework": "^11.0.3"
1010
},
1111
"require-dev": {
1212
"ext-json": "*",
13-
"orchestra/testbench": "9.x-dev",
13+
"orchestra/testbench": "^9.0",
1414
"phpunit/phpunit": "^10.5",
1515
"laravel/pint": "1.13.9",
1616
"larastan/larastan": "^2.0"

0 commit comments

Comments
 (0)