Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add target directory option: #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jaumeprat-twt
Copy link

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": "[email protected]"
}
],
"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