Skip to content

Feature: Add target directory option:#7

Open
jaumeprat-twt wants to merge 3 commits into
lightwerk:masterfrom
jaumeprat-twt:master
Open

Feature: Add target directory option:#7
jaumeprat-twt wants to merge 3 commits into
lightwerk:masterfrom
jaumeprat-twt:master

Conversation

@jaumeprat-twt

Copy link
Copy Markdown

As expressed in Issue #4, it could be nice to configure the installation paths of the TYPO3 extensions and TYPO3 core files.

Example of composer file:

{
"name": "typo3-project",
"authors": [
{
"name": "developer",
"email": "developer@example.org"
}
],
"require": {
"typo3/cms": "6.2.3",
"typo3-ter/news": "*"

},
"extra": {
"typo3-cms-extension-installer-path": "http/typo3conf/ext/",
"typo3-cms-core-installer-path": "alternative_path/typo3_src"
},
"repositories": [
{
"type": "composer",
"url": "http://composer.lightwerk.com/"
}
]
}

mischka pushed a commit to mischka/CmsComposerInstallers that referenced this pull request Jul 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant