2012-11-09 23:52:40 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/doc.silverstripe.org",
|
|
|
|
"description": "The source code behind doc.silverstripe.org",
|
2014-07-23 01:00:29 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
2014-08-19 07:57:33 +02:00
|
|
|
"url": "https://github.com/mandrew/silverstripe-globaltoolbar.git"
|
2014-07-23 01:00:29 +02:00
|
|
|
}
|
|
|
|
],
|
2012-11-09 23:52:40 +01:00
|
|
|
"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",
|
2014-07-23 01:00:29 +02:00
|
|
|
"silverstripe/toolbar": "*"
|
2014-01-11 04:27:48 +01:00
|
|
|
},
|
2014-08-19 07:57:33 +02:00
|
|
|
"require-dev": {
|
2014-09-20 04:12:39 +02:00
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
2014-08-19 07:57:33 +02:00
|
|
|
},
|
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
|
|
|
|
},
|
2014-03-12 22:37:35 +01:00
|
|
|
"minimum-stability": "dev"
|
2012-11-12 02:04:58 +01:00
|
|
|
}
|