doc.silverstripe.org/composer.json

32 lines
877 B
JSON
Raw Normal View History

{
"name": "silverstripe/doc.silverstripe.org",
"description": "The source code behind doc.silverstripe.org",
"require": {
2014-09-20 04:12:39 +02:00
"ext-gd": "*",
"ext-mbstring": "*",
2014-11-28 02:25:20 +01:00
"silverstripe/docsviewer": "dev-fixsearch",
2014-09-20 04:12:39 +02:00
"silverstripe/framework": "dev-docsrewrite as 3.1.x-dev",
2014-09-28 06:00:33 +02:00
"erusev/parsedown-extra": "0.2.2",
"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-11-28 02:25:20 +01:00
}, {
"type": "vcs",
"url": "git@github.com:camfindlay/silverstripe-docsviewer.git"
2014-09-20 04:12:39 +02:00
}],
2014-01-11 04:27:48 +01:00
"config": {
2014-09-20 04:12:39 +02:00
"process-timeout": 600
},
"minimum-stability": "dev",
"scripts": {
}
}