silverstripe-installer/composer.json
Ingo Schommer 0f83cfc33d Removed custom repo sources from composer.json
We now own the packagist.org repos, no need for manual pointers.
2012-11-01 18:29:16 +01:00

11 lines
272 B
JSON

{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.3.2",
"silverstripe/cms": "3.0.x-dev",
"silverstripe/framework": "3.0.x-dev",
"silverstripe-themes/simple": "*"
},
"minimum-stability": "dev"
}