Created
March 26, 2015 11:35
-
-
Save lorenzulrich/6cc62fa75f4efaf0728c to your computer and use it in GitHub Desktop.
TYPO3 Composer Project File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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