Added composer.json

Once we've sorted out packagist listing ownership,
we should be able to remove the custom repository entries.
This commit is contained in:
Ingo Schommer 2012-11-01 17:26:18 +01:00
parent 236bad2cbc
commit 6d7a0f59e7
1 changed files with 21 additions and 0 deletions

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"repositories": [
{
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-cms.git"
},
{
"type": "git",
"url": "https://github.com/silverstripe/sapphire.git"
}
],
"require": {
"php": ">=5.3.2",
"silverstripe/cms": "3.0.x-dev",
"silverstripe/framework": "3.0.x-dev",
"silverstripe-themes/simple": "*"
},
"minimum-stability": "dev"
}