{
	"name": "beaulebens/keyring",
	"description": "An authentication framework for WordPress development. Provides a standardized connection and communication framework for talking to web services.",
	"require": {
		"php": ">=5.6"
	},
	"require-dev": {
		"phpunit/phpunit": "^5|^6|^7",
		"dealerdirect/phpcodesniffer-composer-installer": "0.5.0",
		"phpcompatibility/phpcompatibility-wp": "2.1.0",
		"wp-coding-standards/wpcs": "2.2.1"
	},
	"scripts": {
		"test-includes": "vendor/bin/phpunit includes/oauth-php",
		"php:lint": "vendor/bin/phpcs -p -s",
		"php:lint:errors": "vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1",
		"php:lint:autofix": "vendor/bin/phpcbf"
	}
}
