Skip to content

Commit 6feeab2

Browse files
Merge pull request #41 from TheDragonCode/3.x
Fixed dependencies
2 parents 13167a4 + 53f62a3 commit 6feeab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"symfony/http-foundation": "^6.0 || ^7.0"
4747
},
4848
"require-dev": {
49-
"orchestra/testbench": "^10.0 || ^11.0",
50-
"phpunit/phpunit": "^11.0"
49+
"orchestra/testbench": "^9.0 || ^10.0",
50+
"phpunit/phpunit": "^10.0"
5151
},
5252
"conflict": {
5353
"andrey-helldar/laravel-json-response": "*"
5454
},
55-
"minimum-stability": "dev",
55+
"minimum-stability": "stable",
5656
"prefer-stable": true,
5757
"autoload": {
5858
"psr-4": {

0 commit comments

Comments
 (0)