diff --git a/composer.json b/composer.json index 9b8e834..147ac96 100644 --- a/composer.json +++ b/composer.json @@ -6,10 +6,10 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/recipe-cms": "5.2.x-dev", - "silverstripe/segment-field": "3.2.x-dev", - "silverstripe/userforms": "6.2.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/recipe-cms": "~5.2.0@rc", + "silverstripe/segment-field": "~3.2.0@rc", + "silverstripe/userforms": "~6.2.0@rc" }, "require-dev": { "phpunit/phpunit": "^9.6",