From 6e70da6641e63c82ff82b03b4277280ed2018bd9 Mon Sep 17 00:00:00 2001 From: Mark Currie <51332811+markcurrie@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:42:50 -0700 Subject: [PATCH] updated deps to support SS5 --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e60ce7f..c3861d7 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small SilverStripe module that provides logged in users with a front-end `Edit` link. This helps in quickly editing a pages and finding it on the SiteTree instead of hunting for it. -This is SilverStripe 4 supported release +This is SilverStripe 5 supported release ## Setup diff --git a/composer.json b/composer.json index 2f513aa..033f379 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ "issues": "http://github.com/evanshunt/frontendeditlink/issues" }, "require": { - "silverstripe/framework": "^4", - "silverstripe/cms": "^4" + "silverstripe/framework": "^5", + "silverstripe/cms": "^5" }, "autoload": { "psr-4": {