mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
28 lines
599 B
JSON
28 lines
599 B
JSON
{
|
|
"name": "silverstripe/doc.silverstripe.org",
|
|
"description": "The source code behind doc.silverstripe.org",
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"ext-mbstring": "*",
|
|
"silverstripe/docsviewer": "1.0.1@stable",
|
|
"silverstripe/framework": "3.1.*@stable",
|
|
"silverstripe/toolbar": "3.0.*@stable"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git://github.com/silverstripe/silverstripe-globaltoolbar.git"
|
|
}
|
|
],
|
|
"config": {
|
|
"process-timeout": 600
|
|
},
|
|
"minimum-stability": "dev",
|
|
"scripts": {
|
|
|
|
}
|
|
}
|