diff --git a/composer.json b/composer.json index 58f336d..ba4c49e 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/recipe-cms": "5.2.x-dev", - "dnadesign/silverstripe-elemental": "5.2.x-dev", - "silverstripe/elemental-fileblock": "3.1.x-dev", - "silverstripe/elemental-bannerblock": "3.2.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/recipe-cms": "~5.2.0@stable", + "dnadesign/silverstripe-elemental": "~5.2.0@stable", + "silverstripe/elemental-fileblock": "~3.1.0@stable", + "silverstripe/elemental-bannerblock": "~3.2.0@stable" }, "require-dev": { "phpunit/phpunit": "^9.6",