diff --git a/composer.json b/composer.json index 9b46362..5b1c3cc 100644 --- a/composer.json +++ b/composer.json @@ -6,14 +6,14 @@ "require": { "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1", - "silverstripe/recipe-cms": "~4.13.0@stable", - "silverstripe/blog": "~3.12.0@stable", - "silverstripe/widgets": "~2.4.0@stable", - "silverstripe/content-widget": "~2.4.0@stable", - "silverstripe/spamprotection": "~3.4.0@stable", - "silverstripe/akismet": "~4.5.0@stable", - "silverstripe/comments": "~3.10.0@stable", - "silverstripe/comment-notifications": "~2.4.0@stable", + "silverstripe/recipe-cms": "4.13.x-dev", + "silverstripe/blog": "3.12.x-dev", + "silverstripe/widgets": "2.4.x-dev", + "silverstripe/content-widget": "2.4.x-dev", + "silverstripe/spamprotection": "3.4.x-dev", + "silverstripe/akismet": "4.5.x-dev", + "silverstripe/comments": "3.10.x-dev", + "silverstripe/comment-notifications": "2.4.x-dev", "colymba/gridfield-bulk-editing-tools": "^3" }, "require-dev": {