diff --git a/composer.json b/composer.json index 7c68f85..9cda663 100644 --- a/composer.json +++ b/composer.json @@ -7,9 +7,9 @@ "require": { "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1", - "silverstripe/recipe-cms": "~4.13.0@stable", - "silverstripe/segment-field": "~2.8.0@stable", - "silverstripe/userforms": "~5.15.0@stable" + "silverstripe/recipe-cms": "4.13.x-dev", + "silverstripe/segment-field": "2.8.x-dev", + "silverstripe/userforms": "5.15.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5",