Skip to content

Instantly share code, notes, and snippets.

@lneugebauer
Last active July 6, 2020 14:46
Show Gist options
  • Save lneugebauer/b402c414cec8d72000106ecd5c6ec88a to your computer and use it in GitHub Desktop.
Save lneugebauer/b402c414cec8d72000106ecd5c6ec88a to your computer and use it in GitHub Desktop.
Minimal TYPO3 composer installation
{
"name": "lukasneugebauer/typo3",
"description": "Minimal TYPO3 composer installation",
"type": "project",
"require": {
"typo3/cms-base-distribution": "^10.4",
"typo3/cms-adminpanel": "^10.4",
"typo3/cms-redirects": "^10.4",
"typo3/cms-reports": "^10.4",
"typo3/cms-scheduler": "^10.4"
},
"require-dev": {
"typo3/cms-styleguide": "^10.0"
},
"authors": [
{
"name": "Lukas Neugebauer",
"email": "25110308+lneugebauer@users.noreply.github.com"
}
],
"minimum-stability": "stable"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment