mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
8be1dea481
Fixes regression on Windows where composer update and composer install because the path is hardcoded to only work on *nix systems.
15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"name": "silverstripe/installer",
|
|
"description": "The SilverStripe Framework Installer",
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"silverstripe/cms": "self.version",
|
|
"silverstripe/framework": "self.version",
|
|
"silverstripe-themes/simple": "*"
|
|
},
|
|
"config": {
|
|
"process-timeout": 600
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|