Limit compat to 3.0

This commit is contained in:
Ingo Schommer 2013-04-04 01:13:01 +03:00
parent 0177699620
commit 21c9c61478
1 changed files with 3 additions and 3 deletions

View File

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