Fixed composer constraints

This commit is contained in:
Ingo Schommer 2013-05-07 13:46:11 +03:00
parent a78c761e7e
commit b8da08647e
1 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@
}],
"require": {
"php": ">=5.3.2",
"silverstripe/framework": "~3.2"
"silverstripe/framework": ">=3.2.x-dev,<4.0"
}
}
}