Skip to content

Instantly share code, notes, and snippets.

@tomasnorre
Created March 3, 2020 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasnorre/2dcc45f47c980cfb7789ffa56b2becd1 to your computer and use it in GitHub Desktop.
Save tomasnorre/2dcc45f47c980cfb7789ffa56b2becd1 to your computer and use it in GitHub Desktop.
{
"name": "tnm/typo3v10-test",
"type": "project",
"description": "",
"require": {
"typo3/minimal": "^10.2",
"typo3/cms-introduction": "~4.0",
"typo3/cms-tstemplate": "^10.2",
"typo3/cms-info": "^10.2",
"typo3/cms-belog": "^10.2",
"bk2k/bootstrap-package": "*",
"aoepeople/crawler": "dev-typo3v9"
},
"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