Fixed composer version constraint

This commit is contained in:
Ingo Schommer 2013-04-11 15:44:59 +03:00
parent ea3fc6ad2b
commit 5f6cc5f5d8
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
"email": "will@fullscreen.io"
}],
"require": {
"silverstripe/framework": ">=3.1.*"
"silverstripe/framework": "~3.1"
},
"suggest": {
"ezyang/htmlpurifier": "4.*"
}
}
}