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:59:42 +02:00
parent e2994833d2
commit 1c4b309018
1 changed files with 2 additions and 2 deletions

View File

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