From d2eca0291e5fe2d72ebc0610aa690127f404aa79 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 4 May 2023 13:35:16 +1200 Subject: [PATCH] MNT Update development dependencies --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 9f776bb..7656c4d 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", - "silverstripe/recipe-core": "5.0.x-dev", - "cwp/cwp-core": "3.0.x-dev", - "silverstripe/auditor": "3.0.x-dev", - "silverstripe/environmentcheck": "3.0.x-dev", - "silverstripe/hybridsessions": "3.0.x-dev" + "silverstripe/recipe-plugin": "2.x-dev", + "silverstripe/recipe-core": "5.x-dev", + "cwp/cwp-core": "3.x-dev", + "silverstripe/auditor": "3.x-dev", + "silverstripe/environmentcheck": "3.x-dev", + "silverstripe/hybridsessions": "3.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.6",