doc.silverstripe.org/composer.json

27 lines
583 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": "dev-master",
"silverstripe/framework": "3.1.*@stable",
"erusev/parsedown-extra": "0.2.2",
"silverstripe/toolbar": "*"
2014-09-20 04:12:39 +02:00
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
},
"repositories": [{
"type": "vcs",
"url": "git@github.com:silverstripe/silverstripe-globaltoolbar.git"
}],
"config": {
"process-timeout": 600
},
"minimum-stability": "dev",
"scripts": {
}
}