{
	"name": "nextgenthemes/tweakmaster",
	"type": "wordpress-plugin",
	"license": "GPL-3.0-only",
	"description": "TweakMaster - A collection or performance, privacy, security and other tweaks..",
	"authors": [
		{
			"name": "Nicolas Jonas"
		}
	],
	"require": {
		"php": ">=7.4",
		"nextgenthemes/wp-settings": "@dev",
		"automattic/jetpack-autoloader": "^v5.0.3"
	},
	"config": {
		"allow-plugins": {
			"automattic/jetpack-autoloader": true
		},
		"optimize-autoloader": true,
		"platform": {
			"php": "7.4"
		}
	},
	"repositories": [
		{
			"name": "nextgenthemes/wp-settings",
			"type": "path",
			"url": "../wp-settings",
			"options": {
				"symlink": false
			}
		}
	]
}