Skip to content

Instantly share code, notes, and snippets.

@GerDner
Created October 31, 2014 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GerDner/8d5ea944e10d8011b2ae to your computer and use it in GitHub Desktop.
Save GerDner/8d5ea944e10d8011b2ae to your computer and use it in GitHub Desktop.
ABM-Main
{
"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.2.*",
"typo3/welcome": "2.2.*",
"doctrine/migrations": "@dev",
"typo3/form": "dev-master"
},
"require-dev": {
"typo3/kickstart": "2.2.*",
"typo3/buildessentials": "2.2.*",
"phpunit/phpunit": "4.0.*",
"mikey179/vfsstream": "1.2.*",
"flowpack/behat": "~2.4"
},
"suggest": {
"ext-pdo_sqlite": "For running functional tests out-of-the-box this is required"
},
"scripts": {
"post-update-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-package-update": "TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
"post-package-install": "TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment