{
	"name": "trigger/trigger",
	"description": "A WordPress plugin for managing email logs and configurations",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"version": "1.0.0",
	"autoload": {
		"psr-4": {
			"Trigger\\": "inc/"
		},
		"files": [
			"./inc/TriggerGlobals.php"
		]
	},
	"authors": [
		{
			"name": "nurwp",
			"email": "nur@wptriggermail.com"
		}
	],
	"minimum-stability": "stable",
	"require": {
		"php": ">=7.4"
	}
}