Skip to content

Instantly share code, notes, and snippets.

@ss23
Created July 5, 2013 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ss23/f1bed800872713a400ec to your computer and use it in GitHub Desktop.
Save ss23/f1bed800872713a400ec to your computer and use it in GitHub Desktop.
silverstripes-iMac-2:dev.dev sshkardoon$ vim composer.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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment