mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
3c88359698
Checking out framework can often take longer than the default (300 seconds). This gives a 10min limit to creating a new project.
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"name": "silverstripe/installer",
|
|
"description": "The SilverStripe Framework Installer",
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"silverstripe/cms": "3.0.*@stable",
|
|
"silverstripe/framework": "3.0.*@stable",
|
|
"silverstripe-themes/simple": "*"
|
|
},
|
|
"require-dev": {
|
|
"silverstripe/docsviewer": "*",
|
|
"silverstripe/behat-extension": "*",
|
|
"silverstripe/buildtools": "*",
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"config": {
|
|
"process-timeout": 600
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|