{
	"name": "richardhj/contao-notification_center_checksendinterface",
	"description": "An interface for the notification_center extension for Contao Open Source CMS that includes a function to check if a message can be send.",
	"keywords": ["contao", "notification", "center", "interface"],
	"type": "contao-bundle",
	"license": "LGPL-3.0+",
	"authors": [
		{
			"name": "Richard Henkenjohann",
			"email": "richardhenkenjohann@googlemail.com",
			"role": "Developer"
		}
	],
	"support": {
		"issues": "https://github.com/richardhj/contao-notification_center_checksendinterface/issues",
		"source": "https://github.com/richardhj/contao-notification_center_checksendinterface"
	},
	"require": {
		"php": ">=5.3",
		"contao/core-bundle": "^3.1 || ^4.3",
		"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
		"terminal42/notification_center": "^1.3"
	},
	"autoload": {
		"psr-0": {
			"NotificationCenter\\": "src/"
		}
	}
}
