Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Created October 8, 2012 09:00
Show Gist options
  • Save mneuhaus/3851521 to your computer and use it in GitHub Desktop.
Save mneuhaus/3851521 to your computer and use it in GitHub Desktop.
Famelo.Sandbox
{
"name": "famelo/sandbox",
"description" : "My Basic sandbox to work on stuff without Neos",
"license": "GPL-3.0+",
"homepage": "https://gist.github.com/3851521",
"repositories": [
{
"type": "composer",
"url": "http://ci.typo3.robertlemke.net/job/composer-packages/ws/repository/"
}
],
"config": {
"vendor-dir": "Packages/Vendor",
"bin-dir": "bin"
},
"require": {
"typo3/flow": "dev-master",
"typo3/expose": "dev-master",
"typo3/kickstart": "dev-master",
"famelo/scaff": "dev-master",
"typo3/asset": "dev-master"
},
"require-dev": {
"typo3/buildessentials": "dev-master",
"mikey179/vfsstream": "1.1.*",
"debug/toolbar": "dev-master"
},
"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