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:57:10 +02:00
parent 2bd2d5f844
commit c8ed36cb6a
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
],
"require":
{
"silverstripe/framework": ">=3.1.x-dev,<4.0",
"silverstripe/cms": ">=3.1.x-dev,<4.0"
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1"
}
}