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:19:59 +02:00
parent d734586346
commit 35bd86bf93
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"behat/mink-selenium2-driver": "*",
"behat/mink-goutte-driver": "*",
"silverstripe/testsession": "*",
"silverstripe/framework": ">=3.1.x-dev"
"silverstripe/framework": "~3.1"
},
"autoload": {