Skip to content

Instantly share code, notes, and snippets.

@lorenzulrich
Created March 26, 2015 11:35
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 lorenzulrich/6cc62fa75f4efaf0728c to your computer and use it in GitHub Desktop.
Save lorenzulrich/6cc62fa75f4efaf0728c to your computer and use it in GitHub Desktop.
TYPO3 Composer Project File
{
"repositories": [
{
"type": "composer",
"url": "http://composer.typo3.org/"
},
{
"type": "git",
"url": "https://github.com/visol/easyvote.git"
},
{
"type": "git",
"url": "https://github.com/visol/ext-easyvote_education.git"
},
{
"type": "git",
"url": "https://github.com/visol/ext-easyvote_location.git"
},
{
"type": "git",
"url": "https://github.com/visol/ext-easyvote_competition.git"
},
{
"type": "git",
"url": "https://github.com/visol/easyvote_importer.git"
},
{
"type": "git",
"url": "https://github.com/visol/ext-insertrecordfix.git"
},
{
"type": "git",
"url": "https://github.com/visol/votewecker.git"
},
{
"type": "git",
"url": "https://github.com/visol/ext-powermail.git"
},
{
"type": "git",
"url": "https://github.com/visol/ext-vifbauth.git"
},
{
"type": "git",
"url": "https://github.com/jocrau/contagged.git"
}
],
"license": "GPL-2.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/cms": "6.2.*",
"typo3-ter/routing": "0.2.0",
"typo3-ter/news": "3.0.1",
"typo3-ter/typoscript-rendering": "1.0.2",
"visol/insertrecordfix": "1.0.0",
"visol/votewecker": "1.0.0",
"visol/easyvote": "dev-master",
"visol/easyvote-location": "dev-master",
"visol/easyvote-education": "dev-master",
"visol/easyvote-competition": "dev-master",
"visol/easyvote-importer": "dev-master",
"visol/vifbauth": "dev-master",
"visol/powermail": "dev-master",
"jocrau/contagged": "dev-master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment