Skip to content

Instantly share code, notes, and snippets.

@dherges
Last active August 29, 2015 14:01
Show Gist options
  • Save dherges/74701e1011c990a81c97 to your computer and use it in GitHub Desktop.
Save dherges/74701e1011c990a81c97 to your computer and use it in GitHub Desktop.
typo3cms
curl -sS https://getcomposer.org/installer | php
php composer.phar install
{
"require": {
"typo3/cms": "6.2.*",
"typo3-ter/kickstarter": "*",
"typo3-ter/realurl": "*",
"fluidtypo3/fluidpages": "*",
"fluidtypo3/fluidcontent": "*",
"fluidtypo3/fluidcontent_bootstrap": "*"
},
"repositories": [
{
"type": "composer",
"url": "http://composer.lightwerk.com/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment