Skip to content

Instantly share code, notes, and snippets.

@wowaTYPO3
Created September 5, 2022 13:32
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 wowaTYPO3/3c5e1d77a58f7b8e4404bf830342e9ae to your computer and use it in GitHub Desktop.
Save wowaTYPO3/3c5e1d77a58f7b8e4404bf830342e9ae to your computer and use it in GitHub Desktop.
{
"repositories": [
{ "type": "composer", "url": "https://composer.typo3.org/" },
{ "type": "path", "url": "./Packages/*" }
],
"name": "typo3/cms-base-distribution",
"description" : "TYPO3 CMS Base Distribution",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-backend": "^11.5",
"typo3/cms-core": "^11.5",
"typo3/cms-extbase": "^11.5",
"typo3/cms-extensionmanager": "^11.5",
"typo3/cms-filelist": "^11.5",
"typo3/cms-fluid": "^11.5",
"typo3/cms-frontend": "^11.5",
"typo3/cms-install": "^11.5",
"typo3/cms-recordlist": "^11.5",
"typo3/cms-about": "^11.5",
"typo3/cms-belog": "^11.5",
"typo3/cms-beuser": "^11.5",
"typo3/cms-felogin": "^11.5",
"typo3/cms-fluid-styled-content": "^11.5",
"typo3/cms-form": "^11.5",
"typo3/cms-impexp": "^11.5",
"typo3/cms-info": "^11.5",
"typo3/cms-rte-ckeditor": "^11.5",
"typo3/cms-setup": "^11.5",
"typo3/cms-seo": "^11.5",
"typo3/cms-sys-note": "^11.5",
"typo3/cms-t3editor": "^11.5",
"typo3/cms-tstemplate": "^11.5",
"typo3/cms-viewpage": "^11.5",
"typo3/cms-redirects": "^11.5",
"bk2k/bootstrap-package": "^12.0",
"typo3/cms-workspaces": "^11.5",
"reelworx/rx-shariff": "^14.0",
"yoast-seo-for-typo3/yoast_seo": "^8.1",
"typo3/cms-adminpanel": "^11.5",
"helhum/typo3-console": "^7.0",
"apen/additional_reports": "^3.3",
"typo3/cms-reports": "^11.5",
"typo3/cms-lowlevel": "^11.5",
"wwagner/sitepackage": "^1.0",
"wwagner/wolfgangwagnersitepackage": "^1.0",
"wwagner/wwlinks": "^1.0",
"wwagner/lp": "^1.0",
"b13/container": "^2.0",
"mask/mask": "^7.1",
"lochmueller/staticfilecache": "^12.4",
"wwagner/wwagnernet": "^1",
"lochmueller/sourceopt": "^4.0",
"tritum/form-element-linked-checkbox": "^3.0",
"typo3/cms-scheduler": "^11.5",
"erecht24/er24-rechtstexte": "^1.0",
"jweiland/video-shariff": "^2.0",
"eliashaeussler/typo3-warming": "^0.3.19"
},
"scripts": {
"typo3-cms-scripts": [
"typo3cms install:fixfolderstructure",
"typo3cms database:updateschema '*.add,*.change'",
"typo3cms language:update",
"typo3cms cache:flush"
],
"post-autoload-dump": [
"@typo3-cms-scripts"
]
},
"autoload": {
"files": [
"./typo3Context.php"
]
},
"require-dev": {
"ichhabrecht/filefill": "^4.1",
"deployer/deployer": "^6",
"deployer/recipes": "^6.2",
"typo3/coding-standards": "^0.5.0"
},
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment