From 5c00f0de022a626e4dd9ff08c35a95442b26cdc1 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 4 May 2023 12:43:54 +1200 Subject: [PATCH] MNT Update release dependencies --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 9f776bb..b76f1a7 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/recipe-core": "5.0.x-dev", - "cwp/cwp-core": "3.0.x-dev", - "silverstripe/auditor": "3.0.x-dev", - "silverstripe/environmentcheck": "3.0.x-dev", - "silverstripe/hybridsessions": "3.0.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/recipe-core": "~5.0.0@stable", + "cwp/cwp-core": "~3.0.0@stable", + "silverstripe/auditor": "~3.0.0@stable", + "silverstripe/environmentcheck": "~3.0.0@stable", + "silverstripe/hybridsessions": "~3.0.0@stable" }, "require-dev": { "phpunit/phpunit": "^9.6",