Skip to content

Commit 26e2776

Browse files
committed
build(deps): switch to stable dependencies
1 parent a808ffd commit 26e2776

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
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": "^8.2",
2727
"ext-json": "*",
28-
"cloudcreativity/json-api-testing": "^6.1",
28+
"cloudcreativity/json-api-testing": "^6.0.1",
2929
"illuminate/http": "^11.0",
3030
"illuminate/support": "^11.0",
3131
"illuminate/testing": "^11.0"
@@ -49,7 +49,7 @@
4949
"dev-develop": "3.x-dev"
5050
}
5151
},
52-
"minimum-stability": "dev",
52+
"minimum-stability": "stable",
5353
"prefer-stable": true,
5454
"config": {
5555
"sort-packages": true

0 commit comments

Comments
 (0)