Created
January 15, 2019 18:43
-
-
Save tomasnorre/79f69249fb8a47d2795a342ed72f1fe1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "tomasnorre/typo3v7", | |
"type": "project", | |
"require": { | |
"typo3/cms": "^7.6" | |
}, | |
"config": { | |
"vendor-dir": "vendor", | |
"bin-dir": "bin" | |
}, | |
"extra": { | |
"typo3/cms": { | |
"cms-package-dir": "{$vendor-dir}/typo3/cms", | |
"web-dir": "public" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment