{
	"name": "hostinger/hostinger-wp-amplitude",
	"description": "A PHP package with amplitude events for WordPress plugins",
	"license": "proprietary",
	"type": "library",
	"require": {
		"php": ">=8.0",
		"hostinger/hostinger-wp-helper": "^1.0"
	},
	"require-dev": {
		"squizlabs/php_codesniffer": "^3.11",
		"phpunit/phpunit": "^9.6.33",
		"yoast/phpunit-polyfills": "^4.0"
	},
	"repositories": [
		{
			"type": "vcs",
			"url": "git@github.com:hostinger/hostinger-wp-helper.git"
		}
	],
	"autoload": {
		"psr-4": {
			"Hostinger\\Amplitude\\": "src/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"Hostinger\\Amplitude\\Tests\\": "tests/phpunit"
		}
	}
}
