diff --git a/composer.json b/composer.json index d9dd44c..d161341 100644 --- a/composer.json +++ b/composer.json @@ -7,10 +7,10 @@ "require": { "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1", - "silverstripe/recipe-cms": "4.13.x-dev", - "silverstripe/contentreview": "4.7.x-dev", - "silverstripe/sharedraftcontent": "2.9.x-dev", - "symbiote/silverstripe-advancedworkflow": "5.9.x-dev" + "silverstripe/recipe-cms": "~4.13.0@stable", + "silverstripe/contentreview": "~4.7.0@stable", + "silverstripe/sharedraftcontent": "~2.9.0@stable", + "symbiote/silverstripe-advancedworkflow": "~5.9.0@stable" }, "require-dev": { "phpunit/phpunit": "^9.5"