From 6431f8936ee72d1dc64204a71083cf5f0e41c20c Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 3 Aug 2023 11:38:21 +1200 Subject: [PATCH] Allow installing for Silverstripe CMS 5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 45a9aaa..a6ead2e 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": "7.x || 8.x", - "silverstripe/framework": "~4.0", - "silverstripe/cms": "~4.0" + "silverstripe/framework": "^4.0 || ^5.0", + "silverstripe/cms": "^4.0 || ^5.0" }, "minimum-stability": "stable", "license": "BSD-3-Clause"