diff --git a/composer.json b/composer.json index f4ce0d4..5dd0f90 100644 --- a/composer.json +++ b/composer.json @@ -7,11 +7,11 @@ "require": { "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1", - "silverstripe/recipe-core": "4.13.x-dev", - "cwp/cwp-core": "2.12.x-dev", - "silverstripe/auditor": "2.6.x-dev", - "silverstripe/environmentcheck": "2.7.x-dev", - "silverstripe/hybridsessions": "2.7.x-dev" + "silverstripe/recipe-core": "~4.13.0@rc", + "cwp/cwp-core": "~2.12.0@rc", + "silverstripe/auditor": "~2.6.0@rc", + "silverstripe/environmentcheck": "~2.7.0@rc", + "silverstripe/hybridsessions": "~2.7.0@rc" }, "require-dev": { "phpunit/phpunit": "^9.5",