{
	"name": "crowdhandler/crowdhandler-wordpress",
	"type": "project",
	"require": {
		"php": ">=5.3",
		"crowdhandler/sdk": "dev-master"
	},
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "CROWDHANDLER LTD",
			"email": "hello@crowdhandler.com"
		}
	],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"repositories": [
		{
			"type": "git",
			"url": "https://github.com/crowdhandler/crowdhandler-php-sdk.git"
		},
		{
			"type": "git",
			"url": "https://github.com/WordPress/wordpress-develop.git"
		}
	],
	"require-dev": {
		"wordpress/wordpress": "^5.6"
	},
	"autoload": {
		"classmap": [
			"includes/",
			"admin/",
			"public/"
		]
	}
}
