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