mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
33 lines
904 B
JSON
33 lines
904 B
JSON
{
|
|
"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": {
|
|
"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": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
},
|
|
"repositories": [{
|
|
"type": "vcs",
|
|
"url": "git@github.com:wilr/sapphire.git"
|
|
}, {
|
|
"type": "vcs",
|
|
"url": "git@github.com:silverstripe/silverstripe-globaltoolbar.git"
|
|
}],
|
|
"config": {
|
|
"process-timeout": 600
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|