{
	"name": "tpwd/ke_search",
	"type": "typo3-cms-extension",
	"description": "Search Extension for TYPO3, including faceting search functions.",
	"homepage": "https://www.typo3-macher.de/en/facetted-search-ke-search/",
	"license": "GPL-2.0+",
	"keywords": [
		"TYPO3 CMS",
		"search",
		"ke_search",
		"kesearch",
		"faceting",
		"faceted search"
	],
	"support": {
		"issues": "https://github.com/tpwd/ke_search/issues"
	},
	"require": {
		"php": "^7.4 || ^8.0",
		"typo3/cms-core": "^11.5.11 || ^12.4.0",
		"symfony/polyfill-php80": "^1.23",
		"ext-pdo": "*"
	},
	"require-dev": {
		"typo3/cms-dashboard": "^11.0 || ^12.0",
		"typo3/cms-install": "^11.0 || ^12.0",
		"typo3/cms-info": "^11.0 || ^12.0",
		"typo3/coding-standards": "^0.5.5",
		"phpunit/phpunit": "^8.5 || ^9.5",
		"phpstan/phpstan": "^1.8",
		"ext-zip": "*",
		"ext-libxml": "*",
		"ext-dom": "*",
		"ext-json": "*",
		"ssch/typo3-rector": "^1.1"
	},
	"suggest": {
		"typo3/cms-dashboard": "Use widgets in dashboard"
	},
	"replace": {
		"typo3-ter/ke_search": "self.version",
		"teaminmedias-pluswerk/ke_search": "self.version"
	},
	"autoload": {
		"psr-4": {
			"Tpwd\\KeSearch\\": "Classes"
		},
		"classmap": [
			"Classes"
		]
	},
	"extra": {
		"typo3/cms": {
			"extension-key": "ke_search",
			"web-dir": ".Build/web"
		}
	},
	"config": {
		"allow-plugins": {
			"typo3/class-alias-loader": true,
			"typo3/cms-composer-installers": true
		},
		"bin-dir": ".Build/bin",
		"vendor-dir": ".Build/vendor"
	},
	"scripts": {
		"test:unit": ".Build/bin/phpunit -c Tests/phpunit.xml.dist",
		"test:phpstan": ".Build/bin/phpstan clear-result-cache && .Build/bin/phpstan --configuration=Tests/phpstan.neon > phpstan-report.log",
		"test:php-cs-fixer": ".Build/bin/php-cs-fixer fix -v --dry-run --using-cache=no > php-cs-fixer-report.log"
	}
}
