{
	"name": "studiopress/genesis-simple-hooks",
	"type": "wordpress-plugin",
	"description": "This plugin creates a new Genesis settings page that allows you to insert code (HTML, Shortcodes, and PHP), and attach it to any of the 50+ action hooks throughout the Genesis Theme Framework, from StudioPress.",
	"homepage": "https://github.com/studiopress/genesis-simple-hooks",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": "^5.3 || ^7",
		"composer/installers": "^1"
	},
	"require-dev": {
		"php": "^5.6 || ^7",
		"dealerdirect/phpcodesniffer-composer-installer": "*",
		"squizlabs/php_codesniffer": "^3.3.1",
		"phpcompatibility/phpcompatibility-wp": "*",
		"wp-coding-standards/wpcs": "^1"
	},
	"config": {
		"sort-order": true
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"scripts": {
		"phpcs": "phpcs --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./",
		"phpcs-compat": "phpcs --extensions=php --standard=PHPCompatibilityWP --ignore=vendor/,node_modules/,assets/ --runtime-set testVersion 5.6- -p ./",
		"phpcbf": "phpcbf --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./",
		"makepot": "wp i18n make-pot . languages/genesis-simple-hooks.pot --headers='{ \"Report-Msgid-Bugs-To\": \"StudioPress <translations@studiopress.com>\" }' --exclude=bin/ --quiet"
	},
	"support": {
		"issues": "https://github.com/studiopress/genesis-simple-hooks/issues",
		"source": "https://github.com/studiopress/genesis-simple-hooks"
	}
}
