mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
bf81f0394a
Now that https://github.com/composer/composer/pull/1883 is in Composer, self.version will work as a requirement for framework & cms. This will simplify the release process a great deal. Ultimately, the release of rc1 will be the place to test that, but it seems appropriate to get this in there for that. If it succeeds with 3.1-rc1, I'd suggest we backport to 3.0 and 2.4.
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"
|
|
}
|