TYPO3 / CmsComposerInstallers

TYPO3 CMS Composer Installer
GNU General Public License v2.0
58 stars 39 forks source link

[FEATURE] Add establish-symlinks option #40

Closed timofloettmann closed 8 years ago

timofloettmann commented 8 years ago

Relates to #21

"extra": {
    "typo3/cms": {
        "establish-symlinks": false
    }
}
helhum commented 8 years ago

I kept your code as is, but renamed the option to "prepare-web-dir" and documented it in the Readme

Thank you for your contribution!