diff --git a/composer.json b/composer.json index b6e439d..a053804 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "license": "BSD-3-Clause", "require": { "php": "^8.3", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/assets": "3.0.x-dev", - "silverstripe/config": "3.0.x-dev", - "silverstripe/framework": "6.0.x-dev", - "silverstripe/mimevalidator": "4.0.x-dev", - "silverstripe/template-engine": "1.0.x-dev" + "silverstripe/recipe-plugin": "~2.0.1@stable", + "silverstripe/assets": "~3.0.0@alpha", + "silverstripe/config": "~3.0.0@alpha", + "silverstripe/framework": "~6.0.0@alpha", + "silverstripe/mimevalidator": "~4.0.0@alpha", + "silverstripe/template-engine": "~1.0.0@alpha" }, "require-dev": { "phpunit/phpunit": "^11.3",