From 5948e7ad7a54867cd93ecfd841a9454fecc809b2 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 4 May 2023 12:39:10 +1200 Subject: [PATCH] MNT Update release dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d20a84e..1a424f8 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/recipe-cms": "5.0.x-dev", - "silverstripe/contentreview": "5.0.x-dev", - "silverstripe/sharedraftcontent": "3.0.x-dev", - "symbiote/silverstripe-advancedworkflow": "6.0.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/recipe-cms": "~5.0.0@stable", + "silverstripe/contentreview": "~5.0.0@stable", + "silverstripe/sharedraftcontent": "~3.0.0@stable", + "symbiote/silverstripe-advancedworkflow": "~6.0.0@stable" }, "require-dev": { "phpunit/phpunit": "^9.5"