Skip to content

Instantly share code, notes, and snippets.

@mfMeds
Created September 4, 2018 11:59
Show Gist options
  • Save mfMeds/5e13cc40ee2799b956445bc5acdcf391 to your computer and use it in GitHub Desktop.
Save mfMeds/5e13cc40ee2799b956445bc5acdcf391 to your computer and use it in GitHub Desktop.
{
"name": "neos/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/",
"wiki": "https://discuss.neos.io/c/the-neos-project/project-documentation",
"issues": "https://github.com/neos/neos-development-collection/issues",
"docs": "http://neos.readthedocs.org/",
"source": "https://github.com/neos/neos-base-distribution"
},
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"neos/neos": "~4.0.0",
"neos/nodetypes": "~4.0.0",
"neos/site-kickstarter": "~4.0.0",
"flowpack/simplesearch-contentrepositoryadaptor": "~2.0.2",
"neos/seo": "~2.0",
"neos/setup": "~4.0",
"flowpack/neos-frontendlogin": "~3.0",
"neos/redirecthandler-neosadapter": "~2.0",
"neos/redirecthandler-databasestorage": "~2.0",
"neos/neos-ui": "~1.0.0",
"neos/neos-ui-compiled": "~1.0.0",
"symfony/var-dumper": "^3.3",
"neos/swiftmailer": "^6.0",
"jonnitto/googlemaps": "^3.1",
"neos/form-builder": "^1.0",
"wegmeister/recaptcha": "^2.0",
"moc/notfound": "^3.0"
},
"autoload": {
"psr-4": {
}
},
"require-dev": {
"neos/buildessentials": "5.0.x-dev",
"mikey179/vfsstream": "~1.6",
"phpunit/phpunit": "~6.0.0",
"symfony/css-selector": "~2.0",
"neos/behat": "dev-master"
},
"replace": {
"typo3/neos-base-distribution": "3.2.0"
},
"suggest": {
"ext-pdo_sqlite": "For running functional tests out-of-the-box this is required"
},
"scripts": {
"post-update-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-package-update": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
"post-package-install": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment