Skip to content

Commit

Permalink
FIX Change multivaleufield requirement
Browse files Browse the repository at this point in the history
Changed mvfield requirement to be minor-version bound
Updated branch-alias
  • Loading branch information
Marcus Nyeholt committed Jul 5, 2015
1 parent 6584f07 commit bff022e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
{
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1",
"silverstripe/multivaluefield": "~2.0.0"
"silverstripe/multivaluefield": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev"
}
}
}

0 comments on commit bff022e

Please sign in to comment.