Removed custom repo sources from composer.json

We now own the packagist.org repos, no need for manual pointers.
This commit is contained in:
Ingo Schommer 2012-11-01 18:29:16 +01:00
parent 6d7a0f59e7
commit 0f83cfc33d
1 changed files with 0 additions and 10 deletions

View File

@ -1,16 +1,6 @@
{
"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",