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": "*",
|
2015-06-05 01:08:44 +02:00
|
|
|
"silverstripe/docsviewer": "1.0.1@stable",
|
2014-12-10 03:58:56 +01:00
|
|
|
"silverstripe/framework": "3.1.*@stable",
|
2015-07-08 05:39:02 +02:00
|
|
|
"silverstripe/toolbar": "3.0.*@stable"
|
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",
|
|
|
|
"scripts": {
|
2014-11-18 07:18:13 +01:00
|
|
|
|
2014-12-10 03:58:56 +01:00
|
|
|
}
|
|
|
|
}
|