diff --git a/composer.json b/composer.json index c28d530..bdc02d2 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "require": { "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1.2", - "silverstripe/recipe-cms": "4.13.x-dev", + "silverstripe/recipe-cms": "~4.13.0@stable", "silverstripe-themes/simple": "~3.2.0", - "silverstripe/login-forms": "4.9.x-dev" + "silverstripe/login-forms": "~4.9.0@stable" }, "require-dev": { "phpunit/phpunit": "^9.5"