Skip to content

Instantly share code, notes, and snippets.

@kdambekalns
Created November 16, 2016 21:40
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 kdambekalns/0bf681c6844f5c4d849039c9649b4823 to your computer and use it in GitHub Desktop.
Save kdambekalns/0bf681c6844f5c4d849039c9649b4823 to your computer and use it in GitHub Desktop.
composer.json to test Neos with renamed "Resource" and "Object", see https://discuss.neos.io/t/renaming-flow-core-classes-resource-and-object/1200/9
{
"name": "neos/neos-development-distribution",
"description" : "Neos Development 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://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": "git",
"url": "https://github.com/kdambekalns/neos-development-collection.git"
},
{
"type": "git",
"url": "https://github.com/kdambekalns/flow-development-collection.git"
},
{
"type": "git",
"url": "https://github.com/kdambekalns/imagine.git"
},
{
"type": "git",
"url": "https://github.com/kdambekalns/twitter-bootstrap.git"
},
{
"type": "git",
"url": "https://github.com/kdambekalns/form.git"
},
{
"type": "git",
"url": "https://github.com/kdambekalns/setup.git"
}
],
"require": {
"neos/neos-development-collection": "dev-rename-object-and-resource as dev-master",
"neos/flow-development-collection": "dev-rename-object-and-resource as dev-master",
"neos/demo": "@dev",
"typo3/party": "@dev",
"typo3/neos-seo": "@dev",
"typo3/imagine": "dev-rename-object-and-resource as dev-master",
"typo3/twitter-bootstrap": "dev-rename-object-and-resource as dev-master",
"typo3/form": "dev-rename-object-and-resource as dev-master",
"typo3/setup": "dev-rename-object-and-resource 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