mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
30 lines
640 B
JSON
30 lines
640 B
JSON
{
|
|
"name": "silverstripe/doc.silverstripe.org",
|
|
"description": "The source code behind doc.silverstripe.org",
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"ext-mbstring": "*",
|
|
"silverstripe/docsviewer": "dev-master",
|
|
"silverstripe/framework": "^3.2",
|
|
"silverstripe/toolbar": "^4.0",
|
|
"silverstripe/dynamodb": "^1.1"
|
|
},
|
|
"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",
|
|
"prefer-stable": true,
|
|
"scripts": {
|
|
|
|
}
|
|
}
|