diff --git a/composer.json b/composer.json index 63ee8fa..636353e 100644 --- a/composer.json +++ b/composer.json @@ -6,10 +6,10 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.1.x-dev", - "silverstripe/recipe-cms": "5.4.x-dev", - "silverstripe/segment-field": "3.3.x-dev", - "silverstripe/userforms": "6.4.x-dev" + "silverstripe/recipe-plugin": "~2.1.0@beta", + "silverstripe/recipe-cms": "~5.4.0@beta", + "silverstripe/segment-field": "~3.3.0@stable", + "silverstripe/userforms": "~6.4.0@beta" }, "require-dev": { "phpunit/phpunit": "^9.6",