Skip to content

Instantly share code, notes, and snippets.

@fabarea
Created April 3, 2014 21:14
Show Gist options
  • Save fabarea/9963071 to your computer and use it in GitHub Desktop.
Save fabarea/9963071 to your computer and use it in GitHub Desktop.
Composer typo3/cms-base-distribution
{
"name": "typo3/cms-base-distribution",
"description": "TYPO3 CMS base distribution",
"type": "project",
"minimum-stability": "dev",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/cms": "6.2.*@dev"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment