{
	"name": "akeeba/stats_collector",
	"description": "Usage Statistic collector",
	"minimum-stability": "stable",
	"license": "GPL-3.0-or-later",
	"authors": [
		{
			"name": "Nicholas K. Dionysopoulos",
			"email": "nicholas_NO_SPAM@akeeba.com"
		}
	],
	"require": {
		"php": "^7.2|^8.0"
	},
	"suggest": {
		"ext-openssl": "Fallback when random_bytes is not available",
		"ext-curl": "For sending the usage stats to the server"
	},
	"config": {
		"platform": {
			"php": "7.2.999"
		}
	},
	"autoload": {
		"psr-4": {
			"Akeeba\\UsageStats\\Collector\\": "src"
		}
	},
	"archive": {
		"exclude": [
			".idea/**",
			".gitignore",
			"composer.lock"
		]
	}
}