{ "name": "typo3/cms-base-distribution", "description": "TYPO3 CMS Base Distribution", "license": "GPL-2.0+", "config": { "allow-plugins": { "typo3/class-alias-loader": true, "typo3/cms-composer-installers": true, "helhum/dotenv-connector": true, "cweagans/composer-patches": true }, "platform": { "php": "8.3" }, "vendor-dir": "vendor", "bin-dir": "bin", "sort-packages": true }, "repositories": [ { "type": "path", "url": "packages/*" } ], "require": { "cloonar-typo3/base": "@dev", "friendsoftypo3/content-blocks": "^1.1", "georgringer/news": "^12.2", "georgringer/numbered-pagination": "^2.1", "helhum/dotenv-connector": "^3.1", "helhum/typo3-console": "^8.2", "typo3/cms-adminpanel": "^13.4", "typo3/cms-backend": "^13.4", "typo3/cms-belog": "^13.4", "typo3/cms-beuser": "^13.4", "typo3/cms-core": "^13.4", "typo3/cms-dashboard": "^13.4", "typo3/cms-extbase": "^13.4", "typo3/cms-extensionmanager": "^13.4", "typo3/cms-felogin": "^13.4", "typo3/cms-filelist": "^13.4", "typo3/cms-filemetadata": "^13.4", "typo3/cms-fluid": "^13.4", "typo3/cms-fluid-styled-content": "^13.4", "typo3/cms-indexed-search": "^13.4", "typo3/cms-info": "^13.4", "typo3/cms-install": "^13.4", "typo3/cms-lowlevel": "^13.4", "typo3/cms-opendocs": "^13.4", "typo3/cms-recordlist": "^13.4", "typo3/cms-recycler": "^13.4", "typo3/cms-redirects": "^13.4", "typo3/cms-reports": "^13.4", "typo3/cms-seo": "^13.4", "typo3/cms-setup": "^13.4", "typo3/cms-sys-note": "^13.4", "typo3/cms-viewport": "^13.4", "typo3/minimal": "^13.4", "wapplersystems/ws-scss": "^13.0", "ichhabrecht/filefill": "^4.3.2" }, "require-dev": { }, "scripts":{ "typo3-cms-scripts": [ "typo3 install:fixfolderstructure" ], "post-autoload-dump": [ "@typo3-cms-scripts" ] }, "extra": { "typo3/cms": { "web-dir": "public" } } }