Skip to content

Instantly share code, notes, and snippets.

@jp1987
Created May 16, 2013 08:30
Show Gist options
  • Save jp1987/5590258 to your computer and use it in GitHub Desktop.
Save jp1987/5590258 to your computer and use it in GitHub Desktop.
{
"name": "typo3/flow-base-distribution",
"description" : "TYPO3 Flow Base Distribution",
"license": "LGPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/flow": "2.0.*",
"typo3/swiftmailer": "dev-master",
"typo3/surf": "dev-master",
"doctrine/dbal": "2.3.1",
"doctrine/orm": "2.3.1"
},
"require-dev": {
"typo3/buildessentials": "2.0.*",
"mikey179/vfsstream": "1.1.*"
},
"repositories": [
{
"type": "git",
"url": "git://git.typo3.org/FLOW3/Packages/TYPO3.SwiftMailer.git"
}
],
"minimum-stability": "dev",
"scripts": {
"post-update-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment