doc.silverstripe.org/composer.json

29 lines
671 B
JSON
Raw Normal View History

{
"name": "silverstripe/doc.silverstripe.org",
"description": "The source code behind doc.silverstripe.org",
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"silverstripe/docsviewer": "2.x-dev",
2018-05-31 00:50:49 +02:00
"silverstripe/framework": "~3.6",
"silverstripe/toolbar": "~4.2.3",
"silverstripe/dynamodb": "^3",
2017-09-13 04:57:34 +02:00
"mandrew/silverstripe-quickfeedback": "^0.2",
"silverstripe/raygun": "^1.1"
2014-09-20 04:12:39 +02:00
},
"require-dev": {
"phpunit/phpunit": "~3.7@stable"
},
2015-01-21 22:40:08 +01:00
"repositories": [
2019-08-12 03:36:46 +02:00
{
"type": "vcs",
"url": "https://github.com/silverstripe/silverstripe-globaltoolbar.git"
2019-08-12 03:36:46 +02:00
}
2015-01-21 22:40:08 +01:00
],
"config": {
"process-timeout": 600
},
"minimum-stability": "dev",
"prefer-stable": true
}