2012-11-09 23:52:40 +01:00
|
|
|
{
|
2014-12-10 03:58:56 +01:00
|
|
|
"name": "silverstripe/doc.silverstripe.org",
|
|
|
|
"description": "The source code behind doc.silverstripe.org",
|
|
|
|
"require": {
|
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-mbstring": "*",
|
2016-02-15 22:32:08 +01:00
|
|
|
"silverstripe/docsviewer": "^1.2",
|
2015-10-13 22:35:07 +02:00
|
|
|
"silverstripe/framework": "^3.2",
|
2016-02-03 05:08:04 +01:00
|
|
|
"silverstripe/toolbar": "^4.0",
|
2016-02-15 22:32:08 +01:00
|
|
|
"silverstripe/dynamodb": "^1.1",
|
|
|
|
"mandrew/silverstripe-quickfeedback": "^0.2"
|
2014-09-20 04:12:39 +02:00
|
|
|
},
|
2014-12-10 03:58:56 +01:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
|
|
},
|
2015-01-21 22:40:08 +01:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "git://github.com/silverstripe/silverstripe-globaltoolbar.git"
|
|
|
|
}
|
|
|
|
],
|
2014-12-10 03:58:56 +01:00
|
|
|
"config": {
|
|
|
|
"process-timeout": 600
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
2015-10-13 22:35:07 +02:00
|
|
|
"prefer-stable": true,
|
2014-12-10 03:58:56 +01:00
|
|
|
"scripts": {
|
2014-11-18 07:18:13 +01:00
|
|
|
|
2014-12-10 03:58:56 +01:00
|
|
|
}
|
|
|
|
}
|