Skip to content

Commit 3cbf57c

Browse files
committed
[Build] Update to stable dependencies
1 parent 0557e07 commit 3cbf57c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"laravel-json-api/core": "^1.1",
2929
"laravel-json-api/eloquent": "^1.0.1",
3030
"laravel-json-api/encoder-neomerx": "^1.1",
31-
"laravel-json-api/exceptions": "^1.0.0",
32-
"laravel-json-api/spec": "^1.0.0",
33-
"laravel-json-api/validation": "^1.0.0",
31+
"laravel-json-api/exceptions": "^1.0",
32+
"laravel-json-api/spec": "^1.0",
33+
"laravel-json-api/validation": "^1.0",
3434
"laravel/framework": "^8.30"
3535
},
3636
"require-dev": {
@@ -67,7 +67,7 @@
6767
]
6868
}
6969
},
70-
"minimum-stability": "dev",
70+
"minimum-stability": "stable",
7171
"prefer-stable": true,
7272
"config": {
7373
"sort-packages": true

0 commit comments

Comments
 (0)