Created
December 7, 2022 14:16
-
-
Save wowaTYPO3/67fbc8063159d3176e6bce8126fd2190 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "^8.0", | |
"lochmueller/staticfilecache": "^12.4", | |
"wwagner/wwagnernet": "^1", | |
"lochmueller/sourceopt": "^5.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.4.5", | |
"wwagner/wiki": "^1.0", | |
"erhaweb/feed-display": "^1.1", | |
"baschte/content-animations": "^2.3" | |
}, | |
"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