Fixed framework dependency version

Wasn't matching 3.1.0-rc1 tag. Now possible thanks to Sam's work which has recently been merged into the composer project.
This commit is contained in:
Ingo Schommer 2013-08-13 12:25:14 +02:00
parent 2a8376e1e1
commit 9e2bcbcde7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"require": {
"php": ">=5.3.2",
"composer/installers": "*",
"silverstripe/framework": ">=3.1.x-dev,<4.0",
"silverstripe/framework": "~3.1",
"silverstripe/behat-extension": "*"
},
"minimum-stability": "dev"