diff --git a/composer.json b/composer.json index d86d0e7..039a259 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/assets": "2.0.x-dev", - "silverstripe/config": "2.0.x-dev", - "silverstripe/framework": "5.0.x-dev", - "silverstripe/mimevalidator": "3.0.x-dev" + "silverstripe/recipe-plugin": "~2.0.0@stable", + "silverstripe/assets": "~2.0.0@stable", + "silverstripe/config": "~2.0.0@stable", + "silverstripe/framework": "~5.0.0@stable", + "silverstripe/mimevalidator": "~3.0.0@stable" }, "require-dev": { "phpunit/phpunit": "^9.5",