{
	"name": "brotkrueml/typo3-matomo-integration",
	"description": "Matomo integration for TYPO3",
	"license": "GPL-2.0-or-later",
	"type": "typo3-cms-extension",
	"keywords": [
		"TYPO3 CMS",
		"TYPO3 extension",
		"Matomo"
	],
	"authors": [
		{
			"name": "Chris Müller",
			"role": "Developer"
		}
	],
	"support": {
		"issues": "https://github.com/brotkrueml/typo3-matomo-integration/issues",
		"chat": "https://typo3.slack.com/archives/C02GX6W4ASH",
		"source": "https://github.com/brotkrueml/typo3-matomo-integration",
		"docs": "https://docs.typo3.org/p/brotkrueml/typo3-matomo-integration/main/en-us/"
	},
	"require": {
		"php": ">=8.1",
		"typo3/cms-core": "^11.5 || ^12.4 || ^13.4",
		"typo3/cms-frontend": "^11.5 || ^12.4 || ^13.4"
	},
	"require-dev": {
		"brotkrueml/coding-standards": "~6.3.1",
		"ergebnis/composer-normalize": "~2.49.0",
		"infection/infection": "^0.31.9",
		"phpstan/extension-installer": "^1.4",
		"phpstan/phpstan": "2.1.37",
		"phpunit/phpunit": "^10.5 || ^11.5 || ^12.5",
		"rector/rector": "2.3.5",
		"symfony/yaml": "^5.4 || ^6.4 || ^7.4",
		"symplify/phpstan-rules": "^14.9",
		"tomasvotruba/cognitive-complexity": "^1.0",
		"typo3/testing-framework": "^7.1. || ^8.3 || ^9.3"
	},
	"autoload": {
		"psr-4": {
			"Brotkrueml\\MatomoIntegration\\": "Classes"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"Brotkrueml\\MatomoIntegration\\Tests\\": "Tests"
		}
	},
	"config": {
		"allow-plugins": {
			"ergebnis/composer-normalize": true,
			"infection/extension-installer": true,
			"phpstan/extension-installer": true,
			"typo3/class-alias-loader": true,
			"typo3/cms-composer-installers": true
		},
		"bin-dir": ".Build/bin",
		"sort-packages": true,
		"vendor-dir": ".Build/vendor"
	},
	"extra": {
		"branch-alias": {
			"dev-main": "2.4.x-dev"
		},
		"typo3/cms": {
			"extension-key": "matomo_integration",
			"web-dir": ".Build/web"
		}
	}
}
