{
	"name": "ramoonus/jquery-updater",
	"description": "WordPress plugin that updates jQuery to the latest stable version",
	"type": "wordpress-plugin",
	"license": "GPL-3.0",
	"authors": [
		{
			"name": "Ramoonus",
			"homepage": "http://www.ramoonus.nl"
		}
	],
	"require": {
		"php": ">=8.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^9.5",
		"wordpress/wordpress": "^6.9",
		"wp-phpunit/wp-phpunit": "^6.9",
		"squizlabs/php_codesniffer": "^3.7",
		"wp-coding-standards/wpcs": "^3.0"
	},
	"scripts": {
		"test": "phpunit",
		"lint": "phpcs --standard=WordPress ."
	}
}
