mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
41761472b2
Conflicts: composer.json
21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"name": "silverstripe/installer",
|
|
"description": "The SilverStripe Framework Installer",
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"silverstripe/cms": "3.1.x-dev",
|
|
"silverstripe/framework": "3.1.x-dev",
|
|
"silverstripe-themes/simple": "*"
|
|
},
|
|
"require-dev": {
|
|
"silverstripe/docsviewer": "*",
|
|
"silverstripe/behat-extension": "*",
|
|
"silverstripe/buildtools": "*",
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"config": {
|
|
"process-timeout": 600
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|