{
	"name": "nielslange/smntcs-woocommerce-free-gift",
	"type": "plugin",
	"description": "Give free gifts to your WooCommerce customers",
	"homepage": "https://github.com/nielslange/smntcs-woocommerce-free-gift",
	"support": {
		"issues": "https://github.com/nielslange/smntcs-woocommerce-free-gift/issues",
		"source": "https://github.com/nielslange/smntcs-woocommerce-free-gift"
	},
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Free Gift for WooCommerce"
	],
	"license": "GPL-3.0-or-later",
	"authors": [
		{
			"name": "Contributors",
			"homepage": "https://github.com/nielslange/smntcs-woocommerce-free-gift/graphs/contributors"
		}
	],
	"require": {
		"php": ">=7.0"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
		"humanmade/psalm-plugin-wordpress": "^2.0",
		"overtrue/phplint": "^3.0",
		"phpcompatibility/phpcompatibility-wp": "^2.1",
		"squizlabs/php_codesniffer": "^3.6",
		"vimeo/psalm": "^4.7",
		"wp-coding-standards/wpcs": "^2.3"
	},
	"scripts": {
		"phpcbf": "phpcbf --standard=phpcs.dist.xml .",
		"phpcs": "phpcs --standard=phpcs.dist.xml .",
		"phplint": "phplint"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
