From 7744da6e895797e7528ec58606fa08e0334977ae Mon Sep 17 00:00:00 2001 From: James Cocker Date: Tue, 9 Jan 2024 11:47:04 +0000 Subject: [PATCH] Silverstripe 5 support --- README.md | 3 ++- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4dc2707..6e997cf 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ This module has been designed to have just the minimum required features, to avo * James Cocker (ssmodulesgithub@pswd.biz) ## Requirements - * Silverstripe 4.4+ + * Silverstripe 5+ + * Use version 2 for SilverStripe 4 support * Use the 3.1 branch for SilverStripe 3.1 support ## Installation Instructions diff --git a/composer.json b/composer.json index 085bb26..9f60a52 100755 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ "issues": "https://github.com/purplespider/silverstripe-basic-news/issues" }, "require": { - "silverstripe/framework": "^4.4", - "silverstripe/cms": "^4.4", - "silverstripe/lumberjack": "2.*" + "silverstripe/framework": "^5", + "silverstripe/cms": "^5", + "silverstripe/lumberjack": "^3" }, "replace": {"silverstripe/basic-news": "*"}, "extra": {