From 1d8222e197946d563f861e5f44e4eb78c1d0a88b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 4 Dec 2024 13:36:12 +1300 Subject: [PATCH] MNT Update release dependencies --- composer.json | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index a7be384..9bcba4d 100644 --- a/composer.json +++ b/composer.json @@ -6,36 +6,36 @@ "license": "BSD-3-Clause", "require": { "php": "^8.3", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/installer": "6.0.x-dev", - "silverstripe/developer-docs": "6.0.x-dev", - "silverstripe/hybridsessions": "4.0.x-dev", - "silverstripe/totp-authenticator": "6.0.x-dev", - "silverstripe/mfa": "6.0.x-dev", - "silverstripe/gridfieldqueuedexport": "4.0.x-dev", - "silverstripe/realme": "6.0.x-dev", - "silverstripe/segment-field": "4.0.x-dev", - "silverstripe/sharedraftcontent": "4.0.x-dev", - "silverstripe/spamprotection": "5.0.x-dev", - "silverstripe/lumberjack": "4.0.x-dev", - "silverstripe/staticpublishqueue": "7.0.x-dev", - "silverstripe/tagfield": "4.0.x-dev", - "silverstripe/taxonomy": "4.0.x-dev", - "silverstripe/textextraction": "5.0.x-dev", - "silverstripe/userforms": "7.0.x-dev", - "dnadesign/silverstripe-elemental": "6.0.x-dev", - "dnadesign/silverstripe-elemental-userforms": "5.0.x-dev", - "symbiote/silverstripe-advancedworkflow": "7.0.x-dev", - "symbiote/silverstripe-gridfieldextensions": "5.0.x-dev", - "symbiote/silverstripe-queuedjobs": "6.0.x-dev", + "silverstripe/recipe-plugin": "~2.0.1@stable", + "silverstripe/installer": "~6.0.0@alpha", + "silverstripe/developer-docs": "~6.0.0@alpha", + "silverstripe/hybridsessions": "~4.0.0@alpha", + "silverstripe/totp-authenticator": "~6.0.0@alpha", + "silverstripe/mfa": "~6.0.0@alpha", + "silverstripe/gridfieldqueuedexport": "~4.0.0@alpha", + "silverstripe/realme": "~6.0.0@alpha", + "silverstripe/segment-field": "~4.0.0@alpha", + "silverstripe/sharedraftcontent": "~4.0.0@alpha", + "silverstripe/spamprotection": "~5.0.0@alpha", + "silverstripe/lumberjack": "~4.0.0@alpha", + "silverstripe/staticpublishqueue": "~7.0.0@alpha", + "silverstripe/tagfield": "~4.0.0@alpha", + "silverstripe/taxonomy": "~4.0.0@alpha", + "silverstripe/textextraction": "~5.0.0@alpha", + "silverstripe/userforms": "~7.0.0@alpha", + "dnadesign/silverstripe-elemental": "~6.0.0@alpha", + "dnadesign/silverstripe-elemental-userforms": "~5.0.0@alpha", + "symbiote/silverstripe-advancedworkflow": "~7.0.0@alpha", + "symbiote/silverstripe-gridfieldextensions": "~5.0.0@alpha", + "symbiote/silverstripe-queuedjobs": "~6.0.0@alpha", "colymba/gridfield-bulk-editing-tools": "5.x-dev", - "tractorcow/silverstripe-fluent": "8.0.x-dev", - "silverstripe/dynamodb": "6.0.x-dev", - "silverstripe/linkfield": "5.0.x-dev", - "silverstripe/graphql": "6.0.x-dev", - "silverstripe/subsites": "4.0.x-dev", - "silverstripe/blog": "5.0.x-dev", - "silverstripe/crontask": "4.0.x-dev" + "tractorcow/silverstripe-fluent": "~8.0.0@alpha", + "silverstripe/dynamodb": "~6.0.0@alpha", + "silverstripe/linkfield": "~5.0.0@alpha", + "silverstripe/graphql": "~6.0.0@alpha", + "silverstripe/subsites": "~4.0.0@alpha", + "silverstripe/blog": "~5.0.0@alpha", + "silverstripe/crontask": "~4.0.0@alpha" }, "require-dev": { "silverstripe/frameworktest": "^2",