Fixed composer constraint to allow for RC releases

This commit is contained in:
Ingo Schommer 2013-08-14 11:54:04 +02:00
parent b4500aec4e
commit b6dc56793d
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
"email": "will@fullscreen.io"
}],
"require": {
"silverstripe/framework": ">=3.1.x-dev,<4.0"
"silverstripe/framework": "~3.1"
}
}