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:02 +02:00
parent 2c384cb380
commit 2e878e54e3
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@
}],
"require": {
"php": ">=5.3.2",
"silverstripe/framework": ">=3.2.x-dev,<4.0"
"silverstripe/framework": "~3.2"
}
}