diff --git a/composer.json b/composer.json index 8e2c4e7..f94a027 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@rc", + "cwp/cwp-core": "~3.0.0@rc", + "silverstripe/auditor": "~3.0.0@rc", + "silverstripe/environmentcheck": "~3.0.0@rc", + "silverstripe/hybridsessions": "~3.0.0@rc" }, "require-dev": { "phpunit/phpunit": "^9.5",