mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
494bfc7863
Conflicts: build.xml composer.json install.php phpunit.xml.dist
17 lines
422 B
JSON
17 lines
422 B
JSON
{
|
|
"name": "silverstripe/installer",
|
|
"description": "The SilverStripe Framework Installer",
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"silverstripe/cms": "3.0.*",
|
|
"silverstripe/framework": "3.0.*",
|
|
"silverstripe-themes/simple": "*"
|
|
},
|
|
"require-dev": {
|
|
"silverstripe/docsviewer": "*",
|
|
"silverstripe/behat-extension": "*",
|
|
"silverstripe/buildtools": "*",
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |