Updating README and composer.json for 3.1 requirements

This commit is contained in:
Sean Harvey 2013-04-04 15:17:09 +13:00
parent 355bb8ca8f
commit 6dcc30071a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -11,7 +11,7 @@
],
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*"
"silverstripe/framework": "3.1.*",
"silverstripe/cms": "3.1.*"
}
}