Added composer.json

Once we've got the packagist.org listings sorted out,
we should no longer require the custom vcs entries.
This commit is contained in:
Ingo Schommer 2012-11-01 16:41:38 +01:00
parent 0318d35ac1
commit 5f3b70f6d3

30
composer.json Normal file
View File

@ -0,0 +1,30 @@
{
"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"
},
{
"type": "git",
"url": "https://github.com/silverstripe-themes/silverstripe-blackcandy.git"
}
],
"require": {
"php": ">=5.2.4",
"silverstripe/cms": "2.4.x-dev",
"silverstripe/framework": "2.4.x-dev",
"silverstripe-themes/blackcandy": "2.4.x-dev"
},
"minimum-stability": "dev",
"extra": {
"installer-paths": {
"sapphire": ["silverstripe/framework"]
}
}
}