{
	"name": "hostinger/hostinger-wp-helper",
	"description": "A PHP package with core functions for Hostinger WordPress plugins.",
	"type": "library",
	"require": {
		"php": ">=8.0",
		"ext-json": "*"
    },
	"autoload": {
		"psr-4": {
			"Hostinger\\WpHelper\\": "src/",
			"Hostinger\\Tests\\": "tests/phpunit"
		}
	},
	"require-dev": {
		"phpunit/phpunit": "^9.6",
		"yoast/phpunit-polyfills": "^2.0"
	}
}
