{
	"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.2",
		"typo3/cms-core": "^13.4 || ^14.1",
		"typo3/cms-frontend": "^13.4 || ^14.1"
	},
	"require-dev": {
		"brotkrueml/coding-standards": "~6.3.1",
		"ergebnis/composer-normalize": "~2.49.0",
		"infection/infection": "^0.32.3",
		"phpstan/extension-installer": "^1.4",
		"phpstan/phpstan": "2.1.37",
		"phpstan/phpstan-phpunit": "2.0.12",
		"phpunit/phpunit": "^11.5 || ^12.5",
		"rector/rector": "2.3.5",
		"symfony/yaml": "^7.4",
		"symplify/phpstan-rules": "^14.9",
		"tomasvotruba/cognitive-complexity": "^1.0",
		"typo3/testing-framework": "^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": "3.0.x-dev"
		},
		"typo3/cms": {
			"extension-key": "matomo_integration",
			"web-dir": ".Build/web"
		}
	}
}
