Fixed composer constraint to allow for RC releases (composer fixed its tilde behaviour now)

This commit is contained in:
Ingo Schommer 2013-08-14 11:58:35 +02:00
parent dbd68dc300
commit 21a963d398
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
}
],
"require": {
"silverstripe/framework": ">=3.1.0-beta1,<4.0"
"silverstripe/framework": "~3.1"
},
"require-dev": {
"hafriedlander/silverstripe-phockito": "*"