Removed 3.0 specific requirement works in 3.1 now

This commit is contained in:
Ed Chipman 2013-01-02 14:41:20 -04:00
parent fec61f43ad
commit ee001c388c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"require":
{
"silverstripe/framework": "3.0.*",
"silverstripe/framework": "3.*",
"composer/installers": "*"
}
}