From e43d3406e7927dd7ed2a8782df92c41c083e48a0 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 19 Feb 2024 18:36:28 +1300 Subject: [PATCH] DEP Dependencies for CMS 6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 01a6cee..0be3af9 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "require": { "php": "^8.1", "ext-bcmath": "*", - "silverstripe/framework": "^5", - "silverstripe/mfa": "^5", + "silverstripe/framework": "^6", + "silverstripe/mfa": "^6", "web-auth/webauthn-lib": "^4.4", "guzzlehttp/psr7": "^2" },