Skip to content

Instantly share code, notes, and snippets.

@chewbakartik
Created May 16, 2013 05:46
Show Gist options
  • Save chewbakartik/5589631 to your computer and use it in GitHub Desktop.
Save chewbakartik/5589631 to your computer and use it in GitHub Desktop.
composer.json
{
"name": "typo3/neos-base-distribution",
"description" : "TYPO3 Neos Base Distribution",
"license": "GPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/neos": "dev-master",
"typo3/neosdemotypo3org": "dev-master",
"typo3/sitekickstarter": "dev-master",
"typo3/flow": "dev-master"
},
"require-dev": {
"typo3/buildessentials": "dev-master",
"mikey179/vfsstream": "1.1.*"
},
"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