mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
13 lines
308 B
JSON
13 lines
308 B
JSON
{
|
|
"name": "silverstripe/doc.silverstripe.org",
|
|
"description": "The source code behind doc.silverstripe.org",
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"silverstripe/docsviewer": "0.1.x-dev",
|
|
"silverstripe/framework": "3.0.x-dev"
|
|
},
|
|
"config": {
|
|
"process-timeout": 600
|
|
}
|
|
}
|