Relaxing composer dependencies

You currently can't install 3.1.0-beta1 through modifying your composer.json, because dependency checks will fail.
This commit is contained in:
Ingo Schommer 2012-12-18 14:01:30 +01:00
parent 6cb77108f5
commit e53257b01a

View File

@ -18,9 +18,9 @@
"require": {
"php": ">=5.3.2",
"composer/installers": "*",
"silverstripe/framework": "3.1.x-dev"
"silverstripe/framework": "3.1.*"
},
"autoload": {
"classmap": ["tests/behat/"]
}
}
}