{
	"name": "typo3/cms-base-distribution",
	"description" : "TYPO3 CMS Base Distribution",
	"license": "GPL-2.0-or-later",
	"type": "project",
	"config": {
		"allow-plugins": {
			"php-http/discovery": true,
			"tbachert/spi": true,
			"typo3/class-alias-loader": true,
			"typo3/cms-composer-installers": true
		},
		"platform": {
			"php": "8.2"
		},
		"sort-packages": true
	},
	"require": {
		"clickstorm/cs-seo": "^8.2",
		"fluidtypo3/flux": "^10.0",
		"fluidtypo3/vhs": "^7.0",
		"georgringer/news": "^11.4",
		"helhum/typo3-console": "^8.1",
		"in2code/instagram": "^8.0",
		"internetgalerie/ig-slug": "^1.1",
		"lavitto/typo3-form-to-database": "@dev",
		"oliverkroener/ok-exchange365-mailer": "^4.0",
		"tpwd/ke_search": "^5.5",
		"typo3/cms-backend": "^12.4.0",
		"typo3/cms-belog": "^12.4.0",
		"typo3/cms-beuser": "^12.4.0",
		"typo3/cms-core": "^12.4.0",
		"typo3/cms-dashboard": "^12.4.0",
		"typo3/cms-extbase": "^12.4.0",
		"typo3/cms-extensionmanager": "^12.4.0",
		"typo3/cms-felogin": "^12.4.0",
		"typo3/cms-filelist": "^12.4.0",
		"typo3/cms-fluid": "^12.4.0",
		"typo3/cms-fluid-styled-content": "^12.4.0",
		"typo3/cms-form": "^12.4.0",
		"typo3/cms-frontend": "^12.4.0",
		"typo3/cms-impexp": "^12.4.0",
		"typo3/cms-info": "^12.4.0",
		"typo3/cms-install": "^12.4.0",
		"typo3/cms-lowlevel": "^12.4",
		"typo3/cms-reactions": "^12.4.0",
		"typo3/cms-rte-ckeditor": "^12.4.0",
		"typo3/cms-scheduler": "^12.4",
		"typo3/cms-seo": "^12.4.0",
		"typo3/cms-setup": "^12.4.0",
		"typo3/cms-sys-note": "^12.4.0",
		"typo3/cms-t3editor": "^12.4.0",
		"typo3/cms-tstemplate": "^12.4.0",
		"typo3/cms-viewpage": "^12.4.0",
		"typo3/cms-webhooks": "^12.4.0",
		"typo3fluid/fluid": "^2.14",
		"uhura/grossmarkt": "@dev",
		"wga/wga-core": "^2.0",
		"wga/wga-faq": "dev-master"
	},
	"scripts":{
		"typo3-cms-scripts": [
			"typo3 install:fixfolderstructure",
			"typo3 install:extensionsetupifpossible --fail-on-error -vvv"
		],
		"post-autoload-dump": [
			"@typo3-cms-scripts"
		]
	},
	"repositories": [
		{
			"type": "path",
			"url": "packages/*",
			"options": {
				"symlink": true
			}
		},
		{
			"type": "composer",
			"url": "https://packagist.wga.app"
		}
	],
	"require-dev": {
		"jigal/t3adminer": "^12.0"
	}
}
