{
	"name": "johnbillion/wp-crontrol",
	"description": "WP Crontrol lets you view and control what's happening in the WP-Cron system.",
	"homepage": "https://github.com/johnbillion/wp-crontrol/",
	"license": "GPL-2.0+",
	"type": "wordpress-plugin",
	"authors": [
		{
			"name": "John Blackbourn",
			"homepage": "https://johnblackbourn.com/"
		},
		{
			"name": "Edward Dale",
			"homepage": "http://scompt.com/"
		}
	],
	"config": {
		"sort-packages": true,
		"preferred-install": "dist"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
		"phpcompatibility/phpcompatibility-wp": "^2.0",
		"wp-coding-standards/wpcs": "2.1.0"
	},
	"require": {
		"php": ">=5.3.6",
		"composer/installers": "~1.0"
	},
	"scripts": {
		"test:cs": [
			"vendor/bin/phpcs -ps --colors --report-code --report-summary --report-width=80 --cache=tests/cache/phpcs ."
		],
		"test": [
			"@test:cs"
		]
	}
}
