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:54:40 +02:00
parent cb877536b6
commit ff5448aae1

View File

@ -14,6 +14,6 @@
"irc": "irc://irc.freenode.org/silverstripe" "irc": "irc://irc.freenode.org/silverstripe"
}], }],
"require": { "require": {
"silverstripe/framework": ">=3.1.x-dev,<4.0" "silverstripe/framework": "~3.1"
} }
} }