doc.silverstripe.org/composer.json

33 lines
904 B
JSON
Raw Normal View History

{
"name": "silverstripe/doc.silverstripe.org",
"description": "The source code behind doc.silverstripe.org",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mandrew/silverstripe-globaltoolbar.git"
}
],
"require": {
2014-09-20 04:12:39 +02:00
"ext-gd": "*",
"ext-mbstring": "*",
"silverstripe/docsviewer": "dev-manifest",
"silverstripe/framework": "dev-docsrewrite as 3.1.x-dev",
"erusev/parsedown-extra": "0.1.0",
"silverstripe/toolbar": "*"
2014-01-11 04:27:48 +01:00
},
"require-dev": {
2014-09-20 04:12:39 +02:00
"phpunit/PHPUnit": "~3.7@stable"
},
2014-09-20 04:12:39 +02:00
"repositories": [{
"type": "vcs",
"url": "git@github.com:wilr/sapphire.git"
}, {
"type": "vcs",
"url": "git@github.com:silverstripe/silverstripe-globaltoolbar.git"
}],
2014-01-11 04:27:48 +01:00
"config": {
2014-09-20 04:12:39 +02:00
"process-timeout": 600
},
"minimum-stability": "dev"
}