Skip to content

Commit cc0664c

Browse files
committed
Update composer.json
1 parent 25bd3fb commit cc0664c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"illuminate/log": "^11.0"
3232
},
3333
"require-dev": {
34-
"orchestra/testbench": "9.x-dev"
34+
"orchestra/testbench": "^9.0"
3535
},
3636
"autoload": {
3737
"psr-4": {
@@ -48,6 +48,5 @@
4848
},
4949
"scripts": {
5050
"test": "vendor/bin/phpunit"
51-
},
52-
"minimum-stability": "dev"
51+
}
5352
}

0 commit comments

Comments
 (0)