Relaxed version requirements to allow newer version

This commit is contained in:
Sam Minnee 2012-11-03 15:09:08 +13:00
parent f1b155a97a
commit 1bb392c8dc
1 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@
"require": "require":
{ {
"php": ">=5.3.2", "php": ">=5.3.2",
"silverstripe/framework": "3.0.1", "silverstripe/framework": ">=3.0.1",
"silverstripe/cms": "3.0.1" "silverstripe/cms": ">=3.0.1"
}, },
"extra": "extra":
{ {
@ -26,4 +26,4 @@
"support": { "support": {
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open" "issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
} }
} }