Skip to content

Instantly share code, notes, and snippets.

@christianjul
Created September 9, 2012 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save christianjul/3683972 to your computer and use it in GitHub Desktop.
Save christianjul/3683972 to your computer and use it in GitHub Desktop.
FLOW3 Barebone manifest
{
"name": "christianjul/barebone-flow3",
"description" : "Barebone FLOW3 project",
"license": "GPL-3.0+",
"authors": [
{
"name": "Christian Jul Jensen",
"email": "julle@typo3.org"
}
],
"repositories": [
{
"type": "composer",
"url": "https://raw.github.com/christianjul/barebone-flow3/master/t3org"
}
],
"config": {
"vendor-dir": "Packages/Vendor",
"bin-dir": "bin"
},
"require": {
"typo3/flow3": "master",
"composer/installers": "dev-installer-test as 1.0.0"
},
"minimum-stability": "dev",
"scripts": {
"post-update-cmd": "TYPO3\\FLOW3\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "TYPO3\\FLOW3\\Composer\\InstallerScripts::postUpdateAndInstall"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment