{
	"name": "mikejolley/sidebar-login",
	"description": "Easily add an ajax-enhanced login widget to the sidebar of your WordPress site.",
	"homepage": "http://wordpress.org/extend/plugins/sidebar-login/",
	"type": "wordpress-plugin",
	"license": "GPL-3.0-or-later",
	"prefer-stable": true,
	"minimum-stability": "dev",
	"require": {
		"composer/installers": "1.7.0"
	},
	"require-dev": {
		"phpunit/phpunit": "6.5.14",
		"wp-coding-standards/wpcs": "*",
		"squizlabs/php_codesniffer": "^3.5"
	},
	"scripts": {
		"phpcs": [
			"phpcs --extensions=php -s -p"
		],
		"phpcbf": [
			"phpcbf -p"
		]
	},
	"autoload": {
		"psr-4": {
			"MJ\\SidebarLogin\\": "src"
		}
	},
	"extra": {
		"scripts-description": {
			"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
			"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
		}
	}
}
