Skip to content

Instantly share code, notes, and snippets.

@pniederlag
Created November 14, 2018 14:36
Show Gist options
  • Save pniederlag/f5bbfcc5d2d0116ae5115ac731c7b163 to your computer and use it in GitHub Desktop.
Save pniederlag/f5bbfcc5d2d0116ae5115ac731c7b163 to your computer and use it in GitHub Desktop.
typo3 composer
{
"name": "datenbetrieb/mhh",
"description": "Website MHH. Tools, extensions, configurations and templates.",
"type": "project",
"keywords": ["typo3", "cms", "starter"],
"homepage": "http://www.mh-hannover.de",
"license": "GPL-2.0+",
"authors": [
{
"name": "datenbetrieb",
"homepage": "https://datenbetrieb.de"
}
],
"support": {
},
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"typo3/cms-core": "~8.7.19",
"typo3/cms-about": "~8.7.19",
"typo3/cms-backend": "~8.7.19",
"typo3/cms-belog": "~8.7.19",
"typo3/cms-beuser": "~8.7.19",
"typo3/cms-context-help": "~8.7.19",
"typo3/cms-cshmanual": "~8.7.19",
"typo3/cms-documentation": "~8.7.19",
"typo3/cms-extbase": "~8.7.19",
"typo3/cms-extensionmanager": "~8.7.19",
"typo3/cms-filelist": "~8.7.19",
"typo3/cms-filemetadata": "~8.7.19",
"typo3/cms-fluid": "~8.7.19",
"typo3/cms-fluid-styled-content": "~8.7.19",
"typo3/cms-form": "~8.7.19",
"typo3/cms-frontend": "~8.7.19",
"typo3/cms-func": "~8.7.19",
"typo3/cms-impexp": "~8.7.19",
"typo3/cms-indexed-search": "~8.7.19",
"typo3/cms-info": "~8.7.19",
"typo3/cms-info-pagetsconfig": "~8.7.19",
"typo3/cms-install": "~8.7.19",
"typo3/cms-linkvalidator": "~8.7.19",
"typo3/cms-lowlevel": "~8.7.19",
"typo3/cms-opendocs": "~8.7.19",
"typo3/cms-recordlist": "~8.7.19",
"typo3/cms-recycler": "~8.7.19",
"typo3/cms-reports": "~8.7.19",
"typo3/cms-rsaauth": "~8.7.19",
"typo3/cms-rte-ckeditor": "~8.7.19",
"typo3/cms-saltedpasswords": "~8.7.19",
"typo3/cms-scheduler": "~8.7.19",
"typo3/cms-setup": "~8.7.19",
"typo3/cms-sv": "~8.7.19",
"typo3/cms-tstemplate": "~8.7.19",
"typo3/cms-viewpage": "~8.7.19",
"typo3/cms-wizard-crpages": "~8.7.19",
"helhum/typo3-console": "^5.0",
"cweagans/composer-patches": "^1.6",
"deployer/deployer": "^6.2",
"deployer/recipes": "^6.1",
"lochmueller/autoloader": "^5.1.0",
"georgringer/news": "^7.0",
"mehrwert/phpmyadmin": "^5.2"
},
"require-dev": {
"behat/behat": "~3.3.0",
"behat/mink-extension": "~2.2",
"behat/mink-goutte-driver": "~1.2.1",
"behat/mink-selenium2-driver": "~1.3.1",
"guzzlehttp/guzzle": "~6.3.0",
"ichhabrecht/filefill": "^1.3"
},
"autoload": {
"psr-4": {
}
},
"config": {
"platform": {
"php": "7.1.16"
}
},
"extra": {
"typo3/cms": {
"web-dir": "web"
},
"patches": {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment