From fa92f0d13f141d43a128d536f079a53eb1aa4c5c Mon Sep 17 00:00:00 2001 From: Matt Peel Date: Fri, 23 Dec 2016 12:08:14 +1300 Subject: [PATCH] Update composer.json `master` branch of this module no longer works with SS3, due to the Director class being namespaced (so the URL rule no longer matches SS3 sites). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 077da50..b3a8f90 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "email": "will@fullscreen.io" }], "require": { - "silverstripe/framework": ">=3.1" + "silverstripe/framework": "^4" }, "extra": { "installer-name": "googlesitemaps"