doc.silverstripe.org/composer.json

28 lines
668 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.0@beta",
2016-07-04 03:23:57 +02:00
"silverstripe/framework": "^3.2",
2016-10-14 06:22:24 +02:00
"silverstripe/toolbar": "^4.2",
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
},
"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"
}
],
"config": {
"process-timeout": 600
},
"minimum-stability": "dev",
"prefer-stable": true
}