Created
October 24, 2016 17:52
-
-
Save skurfuerst/5bd6f5fe02617199ae19fb26e1aa4757 to your computer and use it in GitHub Desktop.
composer.json fluid standalone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "neos/neos-development-distribution", | |
"description" : "Neos Development Distribution", | |
"license": "GPL-3.0+", | |
"support": { | |
"email": "[email protected]", | |
"slack": "http://slack.neos.io/", | |
"forum": "https://discuss.neos.io/", | |
"wiki": "https://discuss.neos.io/c/the-neos-project/project-documentation", | |
"issues": "https://jira.neos.io/browse/NEOS", | |
"docs": "http://neos.readthedocs.io/", | |
"source": "https://github.com/neos/neos-development-distribution" | |
}, | |
"config": { | |
"vendor-dir": "Packages/Libraries", | |
"bin-dir": "bin" | |
}, | |
"repositories": [ | |
{ | |
"type": "vcs", | |
"url": "https://github.com/kitsunet/flow-development-collection", | |
"no-api": true | |
}, | |
{ | |
"type": "vcs", | |
"url": "https://github.com/kitsunet/neos-development-collection", | |
"no-api": true | |
}, | |
{ | |
"type": "vcs", | |
"url": "https://github.com/kitsunet/form", | |
"no-api": true | |
}, | |
{ | |
"type": "vcs", | |
"url": "https://github.com/kitsunet/setup", | |
"no-api": true | |
}, | |
{ | |
"type": "vcs", | |
"url": "https://github.com/kitsunet/twitter-bootstrap", | |
"no-api": true | |
} | |
], | |
"require": { | |
"neos/neos-development-collection": "dev-fluid-standalone as dev-master", | |
"neos/flow-development-collection": "dev-fluid-standalone as dev-master", | |
"neos/demo": "@dev", | |
"typo3/party": "@dev", | |
"typo3/neos-seo": "@dev", | |
"typo3/imagine": "@dev", | |
"typo3/twitter-bootstrap": "dev-standalone-fluid as dev-master", | |
"typo3/setup": "dev-standalone-fluid as dev-master", | |
"typo3/form": "dev-fluid-standalone as dev-master", | |
"flowpack/neos-frontendlogin": "@dev", | |
"typo3/buildessentials": "@dev", | |
"mikey179/vfsstream": "~1.6", | |
"phpunit/phpunit": "~4.8 || ~5.4.0", | |
"symfony/css-selector": "~2.0", | |
"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