Skip to content

Instantly share code, notes, and snippets.

@robertlemke
Last active August 27, 2015 10:54
Show Gist options
  • Save robertlemke/4de3308ba84ef7eed76c to your computer and use it in GitHub Desktop.
Save robertlemke/4de3308ba84ef7eed76c to your computer and use it in GitHub Desktop.
composer.json for the Neos base distribution (dev-master)
{
"name": "typo3/neos-base-distribution",
"description" : "Neos Base Distribution",
"license": "GPL-3.0+",
"support": {
"email": "hello@neos.io",
"slack": "http://slack.neos.io/",
"forum": "https://discuss.neos.io/",
"issues": "https://jira.neos.io/",
"source": "https://git.typo3.org/"
},
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"neos/neos-development-collection": "dev-master",
"neos/flow-development-collection": "dev-master",
"typo3/neosdemotypo3org": "dev-master",
"typo3/neos-kickstarter": "dev-master",
"flowpack/neos-frontendlogin": "@dev",
"doctrine/migrations": "@dev",
"typo3/party": "@dev",
"typo3/neos-seo": "@dev",
"typo3/imagine": "@dev",
"typo3/twitter-bootstrap": "@dev",
"typo3/form": "@dev",
"typo3/setup": "@dev"
},
"require-dev": {
"typo3/buildessentials": "dev-master",
"mikey179/vfsstream": "1.5.*",
"phpunit/phpunit": "4.6.*",
"flowpack/behat": "dev-master"
},
"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