{
	"name": "phpwatch/wordpress-samesite",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"description": "This plugin adds the “SameSite” cookie flag to WordPress’s authentication cookies. On supported browsers (all current IE, Edge, Chrome, and Firefox), this can effectively prevent all Cross-Site Request Forgery attacks throughout your WordPress site.",
	"homepage": "https://wordpress.org/plugins/samesite/",
	"authors": [
			{
				"name": "Ayesh Karunaratne",
				"email": "ayesh@aye.sh",
				"homepage": "https://aye.sh"
			}
		],
	"keywords": ["security", "csrf", "wordpress", "samesite", "cookies", "wordpress-security", "wordpress-plugin"],
	"support": {
		"issues": "https://github.com/phpwatch/WordPress-SameSite/issues"
	},
	"require": {
		"php": ">=7.0.0",
		"composer/installers": "~1.0"
	},
	"autoload": {
	    "files": ["samesite.php"]
	}
}
