Skip to content

Instantly share code, notes, and snippets.

@tomasnorre
Created January 15, 2019 18:43
Show Gist options
  • Save tomasnorre/79f69249fb8a47d2795a342ed72f1fe1 to your computer and use it in GitHub Desktop.
Save tomasnorre/79f69249fb8a47d2795a342ed72f1fe1 to your computer and use it in GitHub Desktop.
{
"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