From 3c8649b57ec5cef818ccb91e3450b2152726aa46 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 5 Apr 2023 14:56:58 +1200 Subject: [PATCH] MNT Update development dependencies --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 885e1e2..8d47282 100644 --- a/composer.json +++ b/composer.json @@ -5,15 +5,15 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "~2.0.0@stable", - "silverstripe/recipe-cms": "~5.0.0@rc", - "silverstripe/blog": "~4.0.0@rc", - "silverstripe/widgets": "~3.0.0@rc", - "silverstripe/content-widget": "~3.0.0@rc", - "silverstripe/spamprotection": "~4.0.0@rc", - "silverstripe/comments": "~4.0.0@rc", - "silverstripe/comment-notifications": "~3.0.0@rc", - "colymba/gridfield-bulk-editing-tools": "~4.0.0@beta" + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/recipe-cms": "5.0.x-dev", + "silverstripe/blog": "4.0.x-dev", + "silverstripe/widgets": "3.0.x-dev", + "silverstripe/content-widget": "3.0.x-dev", + "silverstripe/spamprotection": "4.0.x-dev", + "silverstripe/comments": "4.0.x-dev", + "silverstripe/comment-notifications": "3.0.x-dev", + "colymba/gridfield-bulk-editing-tools": "4.0.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5",