Skip to content

Commit

Permalink
Switching composer constraints back to ~3.1
Browse files Browse the repository at this point in the history
Right now tests don't pass against 3.2 or master for framework and cms. For 1.1.0 we're going to let that lie and tackle it in 1.2 or 2.0.
  • Loading branch information
Mark Guinn committed Jul 5, 2015
1 parent 3c48118 commit 931f6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
}
],
"require" : {
"silverstripe/cms": ">=3.1",
"silverstripe/framework": ">=3.1",
"silverstripe/cms": "~3.1",
"silverstripe/framework": "~3.1",
"burnbright/silverstripe-omnipay" : "~1.1",
"icecaster/versioned-gridfield": "~1.0",
"burnbright/silverstripe-listsorter": "~2.0",
Expand Down

0 comments on commit 931f6b3

Please sign in to comment.