diff --git a/composer.json b/composer.json index 9a5dbcdf..70930da4 100644 --- a/composer.json +++ b/composer.json @@ -5,11 +5,11 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "~2.1.0@beta", - "silverstripe/vendor-plugin": "~2.1.0@beta", - "silverstripe/recipe-cms": "~5.4.0@beta", - "silverstripe-themes/simple": "~3.3.2@stable", - "silverstripe/login-forms": "~5.3.0@stable" + "silverstripe/recipe-plugin": "2.1.x-dev", + "silverstripe/vendor-plugin": "2.1.x-dev", + "silverstripe/recipe-cms": "5.4.x-dev", + "silverstripe-themes/simple": "3.3.x-dev", + "silverstripe/login-forms": "5.3.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.6"