diff --git a/composer.json b/composer.json index d20a84e..396f041 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@rc", + "silverstripe/contentreview": "~5.0.0@rc", + "silverstripe/sharedraftcontent": "~3.0.0@rc", + "symbiote/silverstripe-advancedworkflow": "~6.0.0@rc" }, "require-dev": { "phpunit/phpunit": "^9.5"