From 6dcc30071a36cc76317dd88b4a8e975c566c86fd Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 4 Apr 2013 15:17:09 +1300 Subject: [PATCH] Updating README and composer.json for 3.1 requirements --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8cdb32c..9ffbf01 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The subsites module allows multiple websites to run from a single installation o ## Requirements -* SilverStripe 3.0 +* SilverStripe 3.1 ## Installation @@ -127,4 +127,4 @@ for all subdomains: ## Screenshots ![](docs/en/_images/subsites-module-adminscreenshot-new.png) -![](docs/en/_images/subsites-module-admindropdown.png) \ No newline at end of file +![](docs/en/_images/subsites-module-admindropdown.png) diff --git a/composer.json b/composer.json index 3a2cff1..81d3089 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { - "silverstripe/framework": "3.*", - "silverstripe/cms": "3.*" + "silverstripe/framework": "3.1.*", + "silverstripe/cms": "3.1.*" } }